File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if(NOT yaml-cpp_FOUND)
55 FetchContent_Declare(
66 yaml-cpp
77 GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git
8- GIT_TAG 2f86d13775d119edbb69af52e5f566fd65c6953b
8+ GIT_TAG bbf8bdb087bb3f3621ca0a5ace06047805f4e9f3
99 )
1010
1111 # Turn off additional tool in yaml-cpp
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include(FetchContent)
33FetchContent_Declare(
44 gflags
55 GIT_REPOSITORY https://github.com/gflags/gflags.git
6- GIT_TAG 52e94563eba1968783864942fedf6e87e3c611f4
6+ GIT_TAG 1ad091ead028bf54d5ea68d15af343c49d18e507
77)
88# need to set the variables in CACHE due to CMP0077
99set (GFLAGS_BUILD_TESTING OFF CACHE INTERNAL "" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include(FetchContent)
33FetchContent_Declare(
44 googletest
55 GIT_REPOSITORY https://github.com/google/googletest.git
6- GIT_TAG v1.15.2
6+ GIT_TAG v1.17.0
77)
88# need to set the variables in CACHE due to CMP0077
99set (gtest_disable_pthreads ON CACHE INTERNAL "" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include(FetchContent)
33FetchContent_Declare(
44 nlohmann_json
55 GIT_REPOSITORY https://github.com/nlohmann/json.git
6- GIT_TAG v3.11.3
6+ GIT_TAG v3.12.0
77)
88set (JSON_BuildTests OFF CACHE INTERNAL "" )
99set (JSON_Install OFF CACHE INTERNAL "" )
You can’t perform that action at this time.
0 commit comments