File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11ZLIB=1.3.1
2- abseil-cpp=20250512 .0
2+ abseil-cpp=20250814 .0
33Protobuf=v31.1
44Eigen=3.4.0
55Re2=2024-07-02
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ if(BUILD_absl)
114114 FetchContent_Declare(
115115 absl
116116 GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
117- GIT_TAG "20250512 .0"
117+ GIT_TAG "20250814 .0"
118118 GIT_SHALLOW TRUE
119119 PATCH_COMMAND git apply --ignore -whitespace
120- "${CMAKE_CURRENT_LIST_DIR} /../../patches/abseil-cpp-20250512 .0.patch"
120+ "${CMAKE_CURRENT_LIST_DIR} /../../patches/abseil-cpp-20250814 .0.patch"
121121 OVERRIDE_FIND_PACKAGE
122122 )
123123 FetchContent_MakeAvailable(absl)
@@ -533,10 +533,10 @@ if(BUILD_fuzztest)
533533 FetchContent_Declare(
534534 fuzztest
535535 GIT_REPOSITORY https://github.com/google/fuzztest.git
536- GIT_TAG 2025-02-14
536+ GIT_TAG 2025-08-05
537537 GIT_SHALLOW TRUE
538538 PATCH_COMMAND git apply --ignore -whitespace
539- "${CMAKE_CURRENT_LIST_DIR} /../../patches/fuzztest-2025-02-14 .patch"
539+ "${CMAKE_CURRENT_LIST_DIR} /../../patches/fuzztest-2025-08-05 .patch"
540540 )
541541 FetchContent_MakeAvailable(fuzztest)
542542 list (POP_BACK CMAKE_MESSAGE_INDENT)
Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ set(ABSL_BUILD_TESTING OFF)
106106FetchContent_Declare(
107107 absl
108108 GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
109- GIT_TAG "20250512 .0"
109+ GIT_TAG "20250814 .0"
110110 GIT_SHALLOW TRUE
111111 PATCH_COMMAND git apply --ignore-whitespace
112- "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250512 .0.patch"
112+ "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250814 .0.patch"
113113)
114114FetchContent_MakeAvailable(absl)
115115list(POP_BACK CMAKE_MESSAGE_INDENT)
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments