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.
2 parents 09e7100 + 89f62e5 commit 0725afaCopy full SHA for 0725afa
src/tests/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