Skip to content

Commit 01efad8

Browse files
authored
Merge pull request #1747 from bstaletic/new-abseil
[READY] Update Abseil to latest LTS
2 parents e81c15e + 24e104b commit 01efad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ else()
245245
FetchContent_Declare(
246246
absl
247247
GIT_REPOSITORY https://github.com/abseil/abseil-cpp
248-
GIT_TAG fb3621f4f897824c0dbe0615fa94543df6192f30
248+
GIT_TAG d7aaad83b488fd62bd51c81ecf16cd938532cc0a
249249
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/absl
250250
)
251251
FetchContent_MakeAvailable( absl )

0 commit comments

Comments
 (0)