Skip to content

Commit

Permalink
Updating resonanceReconstruction version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlconlin committed Feb 4, 2021
1 parent 894b183 commit fdc00f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cmake/release_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ include( FetchContent )
# Declare project dependencies
#######################################################################

FetchContent_Declare( nlohmann_json
GIT_REPOSITORY https://github.com/nlohmann/json
GIT_TAG v3.7.3
)
set(JSON_BuildTests OFF CACHE INTERNAL "")

FetchContent_Declare( catch-adapter
GIT_REPOSITORY https://github.com/njoy/catch-adapter
GIT_TAG fb84b82ebf7a4789aa43cea560680cf745c6ee4f
Expand Down Expand Up @@ -67,6 +61,12 @@ FetchContent_Declare( Log
GIT_TAG 52962b7796afe37ef1d8f7edb4bf9ecb1b868d15
)

FetchContent_Declare( nlohmann_json
GIT_REPOSITORY https://github.com/nlohmann/json
GIT_TAG e7b3b40b5a95bc74b9a7f662830a27c49ffc01b4 # tag: v3.7.3
)
set(JSON_BuildTests OFF CACHE INTERNAL "" )

FetchContent_Declare( pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11
GIT_TAG f1abf5d9159b805674197f6bc443592e631c9130 # tag: v2.6.1
Expand All @@ -79,7 +79,7 @@ FetchContent_Declare( range-v3-adapter

FetchContent_Declare( resonanceReconstruction
GIT_REPOSITORY https://github.com/njoy/resonanceReconstruction
GIT_TAG 5c728c70ad5ca36bc42761f709d0501e237137b5
GIT_TAG 47742369948a0cd262397700a41db19d1ca240d9
)

FetchContent_Declare( spdlog
Expand Down

0 comments on commit fdc00f1

Please sign in to comment.