Skip to content

Commit 7352a26

Browse files
authored
Update the absl-cpp version used in cmake (#15297)
1 parent be9fceb commit 7352a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/external/abseil-cpp.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
include(ExternalProject)
1616

17-
set(version 20240116.1)
17+
set(version 20240722.1)
1818

1919
ExternalProject_Add(
2020
abseil-cpp
2121

2222
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
2323
DOWNLOAD_NAME abseil-cpp-${version}.tar.gz
2424
URL https://github.com/abseil/abseil-cpp/archive/${version}.tar.gz
25-
URL_HASH SHA256=3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a
25+
URL_HASH SHA256=40cee67604060a7c8794d931538cb55f4d444073e556980c88b6c49bb9b19bb7
2626

2727
PREFIX ${PROJECT_BINARY_DIR}
2828

0 commit comments

Comments
 (0)