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 be9fceb commit 7352a26Copy full SHA for 7352a26
cmake/external/abseil-cpp.cmake
@@ -14,15 +14,15 @@
14
15
include(ExternalProject)
16
17
-set(version 20240116.1)
+set(version 20240722.1)
18
19
ExternalProject_Add(
20
abseil-cpp
21
22
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
23
DOWNLOAD_NAME abseil-cpp-${version}.tar.gz
24
URL https://github.com/abseil/abseil-cpp/archive/${version}.tar.gz
25
- URL_HASH SHA256=3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a
+ URL_HASH SHA256=40cee67604060a7c8794d931538cb55f4d444073e556980c88b6c49bb9b19bb7
26
27
PREFIX ${PROJECT_BINARY_DIR}
28
0 commit comments