File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 17
17
18
18
Pod ::Spec . new do |s |
19
19
s . name = 'GoogleTest'
20
- s . version = '1.8.0 '
20
+ s . version = '1.8.1 '
21
21
s . summary = 'Google Test'
22
22
23
23
s . description = <<-DESC
Original file line number Diff line number Diff line change 14
14
15
15
include (ExternalProject )
16
16
17
- # Googletest 1.8.0 fails to build on VS 2017:
18
- # https://github.com/google/googletest/issues/1111.
19
- #
20
- # No release has been made since, so just pick a commit since then.
21
- set (commit ba96d0b1161f540656efdaed035b3c062b60e006 ) # master@{2018-07-10}
17
+ set (version 1.8.1 )
22
18
23
19
ExternalProject_Add (
24
20
googletest
25
21
26
22
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
27
- DOWNLOAD_NAME googletest-${commit }.tar.gz
28
- URL https://github.com/google/googletest/archive/${commit }.tar.gz
29
- URL_HASH SHA256=949c556896cf31ed52e53449e17a1276b8b26d3ee5932f5ca49ee929f4b35c51
23
+ DOWNLOAD_NAME googletest-${version }.tar.gz
24
+ URL https://github.com/google/googletest/archive/release-${version }.tar.gz
25
+ URL_HASH SHA256=9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c
30
26
31
27
PREFIX ${PROJECT_BINARY_DIR}
32
28
You can’t perform that action at this time.
0 commit comments