Commit 0e494bcb by Dominic Hamon

Merge pull request #46 from mattyclarkson/gtest_verify

Verify the download of gtest
parents 373cc411 d2aa5c1e
...@@ -12,6 +12,7 @@ include(ExternalProject) ...@@ -12,6 +12,7 @@ include(ExternalProject)
set_directory_properties(properties EP_PREFIX "${CMAKE_BINARY_DIR}/third_party") set_directory_properties(properties EP_PREFIX "${CMAKE_BINARY_DIR}/third_party")
ExternalProject_Add(googletest ExternalProject_Add(googletest
URL "https://googletest.googlecode.com/files/gtest-1.7.0.zip" URL "https://googletest.googlecode.com/files/gtest-1.7.0.zip"
URL_HASH MD5=2d6ec8ccdf5c46b05ba54a9fd1d130d7
SOURCE_DIR "${CMAKE_BINARY_DIR}/third_party/gtest" SOURCE_DIR "${CMAKE_BINARY_DIR}/third_party/gtest"
CMAKE_ARGS "-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}" CMAKE_ARGS "-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}"
INSTALL_COMMAND "") INSTALL_COMMAND "")
......
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