Skip to content

Commit d0cac55

Browse files
committed
cmake: bump abseil-cpp to 20250814.0
note: also need to bump fuzztest to 2025-08-05
1 parent aa0d201 commit d0cac55

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ZLIB=1.3.1
2-
abseil-cpp=20250512.0
2+
abseil-cpp=20250814.0
33
Protobuf=v31.1
44
Eigen=3.4.0
55
Re2=2024-07-02

cmake/dependencies/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

cmake/host.CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ set(ABSL_BUILD_TESTING OFF)
106106
FetchContent_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
)
114114
FetchContent_MakeAvailable(absl)
115115
list(POP_BACK CMAKE_MESSAGE_INDENT)

0 commit comments

Comments
 (0)