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 6504cf1 commit d2ebff0Copy full SHA for d2ebff0
src/gtest.cmake
@@ -40,8 +40,8 @@ else()
40
41
ExternalProject_Add(
42
gtest-external
43
- URL http://googletest.googlecode.com/files/gtest-1.7.0.zip
44
- URL_MD5 2d6ec8ccdf5c46b05ba54a9fd1d130d7
+ URL https://github.com/google/googletest/archive/release-1.7.0.zip
+ URL_MD5 EF5E700C8A0F3EE123E2E0209B8B4961
45
PREFIX ${prefix}
46
BINARY_DIR ${binary_dir}
47
CMAKE_CACHE_ARGS
0 commit comments