Skip to content

Commit 92f671e

Browse files
committed
[tpl] update tpls
1 parent 19dceb4 commit 92f671e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

extensions/test/config/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

third_party/gflags/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(FetchContent)
33
FetchContent_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
99
set(GFLAGS_BUILD_TESTING OFF CACHE INTERNAL "")

third_party/gtest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(FetchContent)
33
FetchContent_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
99
set(gtest_disable_pthreads ON CACHE INTERNAL "")

third_party/nlohmann_json/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(FetchContent)
33
FetchContent_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
)
88
set(JSON_BuildTests OFF CACHE INTERNAL "")
99
set(JSON_Install OFF CACHE INTERNAL "")

0 commit comments

Comments
 (0)