Skip to content

Commit 8329c4c

Browse files
authored
Update cmake dependency for GoogleUtilities to 7.12.0 (#12069)
1 parent e390f7d commit 8329c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/external/GoogleUtilities.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ include(ExternalProject)
2121
# 2. Running `shasum` on the downloaded tarball.
2222
# - `shasum -a 256 GoogleUtilities-${version}.tar.gz`
2323
# 3. Copying the output of the above command into the `URL_HASH` below.
24-
set(version 7.8.0)
24+
set(version 7.12.0)
2525

2626
ExternalProject_Add(
2727
GoogleUtilities
2828

2929
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
3030
DOWNLOAD_NAME GoogleUtilities-${version}.tar.gz
3131
URL https://github.com/google/GoogleUtilities/archive/${version}.tar.gz
32-
URL_HASH SHA256=8b66f0f70887e78465bfdef01bb43bdb27389ddcfbda14072ac5e8e26b656777
32+
URL_HASH SHA256=0e9461fa0c751ac73125c3d7edd95ac923a80a36a04b4a1b0f47c9a9279d8c2a
3333

3434
PREFIX ${PROJECT_BINARY_DIR}
3535

0 commit comments

Comments
 (0)