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 e390f7d commit 8329c4cCopy full SHA for 8329c4c
cmake/external/GoogleUtilities.cmake
@@ -21,15 +21,15 @@ include(ExternalProject)
21
# 2. Running `shasum` on the downloaded tarball.
22
# - `shasum -a 256 GoogleUtilities-${version}.tar.gz`
23
# 3. Copying the output of the above command into the `URL_HASH` below.
24
-set(version 7.8.0)
+set(version 7.12.0)
25
26
ExternalProject_Add(
27
GoogleUtilities
28
29
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
30
DOWNLOAD_NAME GoogleUtilities-${version}.tar.gz
31
URL https://github.com/google/GoogleUtilities/archive/${version}.tar.gz
32
- URL_HASH SHA256=8b66f0f70887e78465bfdef01bb43bdb27389ddcfbda14072ac5e8e26b656777
+ URL_HASH SHA256=0e9461fa0c751ac73125c3d7edd95ac923a80a36a04b4a1b0f47c9a9279d8c2a
33
34
PREFIX ${PROJECT_BINARY_DIR}
35
0 commit comments