Commit f4280e07 authored by Kenton Varda's avatar Kenton Varda

Also update googletest release zip URL in cmake files.

parent 548f6d78
...@@ -13,8 +13,8 @@ if(BUILD_TESTING) ...@@ -13,8 +13,8 @@ if(BUILD_TESTING)
# Setup googletest build and library targets (gtest and gtest_main) # Setup googletest build and library targets (gtest and gtest_main)
include(ExternalProject) include(ExternalProject)
ExternalProject_Add(gtest_build ExternalProject_Add(gtest_build
URL http://googletest.googlecode.com/files/gtest-1.7.0.zip URL https://github.com/google/googletest/archive/release-1.7.0.zip
URL_MD5 2d6ec8ccdf5c46b05ba54a9fd1d130d7 URL_MD5 ef5e700c8a0f3ee123e2e0209b8b4961
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -Dgtest_force_shared_crt=1 CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -Dgtest_force_shared_crt=1
INSTALL_COMMAND "" # Disable install INSTALL_COMMAND "" # Disable install
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment