Skip to content

Commit 6390cc1

Browse files
committed
cmake: Fix host tools build when using a toolchain
1 parent 75d5d21 commit 6390cc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 "20250127.1"
109+
GIT_TAG "20250512.0"
110110
GIT_SHALLOW TRUE
111111
PATCH_COMMAND git apply --ignore-whitespace
112-
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250127.1.patch"
112+
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250512.0.patch"
113113
)
114114
FetchContent_MakeAvailable(absl)
115115
list(POP_BACK CMAKE_MESSAGE_INDENT)

0 commit comments

Comments
 (0)