We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db81d27 commit 4025a28Copy full SHA for 4025a28
1 file changed
cmake/ConfigureAbseil.cmake
@@ -25,8 +25,8 @@ ExternalProject_Add(abseil
25
SOURCE_DIR ${ABSEIL_PATH}/src
26
BINARY_DIR ${ABSEIL_PATH}/build
27
STAMP_DIR ${ABSEIL_PATH}/stamp
28
- GIT_REPOSITORY https://github.com/abseil/abseil-cpp
29
- GIT_TAG 20260107.1
+ GIT_REPOSITORY https://github.com/Geode-solutions/abseil-cpp
+ GIT_TAG 20240715
30
GIT_SHALLOW ON
31
GIT_PROGRESS ON
32
CMAKE_GENERATOR ${CMAKE_GENERATOR}
0 commit comments