Skip to content

Commit 8243dac

Browse files
committed
cmake: fix host tools build
1 parent fcac9b0 commit 8243dac

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
@@ -102,10 +102,10 @@ list(APPEND CMAKE_MESSAGE_INDENT " ")
102102
FetchContent_Declare(
103103
absl
104104
GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
105-
GIT_TAG "20250814.1"
105+
GIT_TAG "20260107.1"
106106
GIT_SHALLOW TRUE
107107
PATCH_COMMAND git apply --ignore-whitespace
108-
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250814.1.patch"
108+
"${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20260107.1.patch"
109109
OVERRIDE_FIND_PACKAGE
110110
)
111111
set(ABSL_USE_SYSTEM_INCLUDES ON)

0 commit comments

Comments
 (0)