Verify the download of gtest

This commit is contained in:
Matt Clarkson 2014-08-07 17:22:08 +01:00
parent 373cc41100
commit d2aa5c1eb3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ include(ExternalProject)
set_directory_properties(properties EP_PREFIX "${CMAKE_BINARY_DIR}/third_party")
ExternalProject_Add(googletest
URL "https://googletest.googlecode.com/files/gtest-1.7.0.zip"
URL_HASH MD5=2d6ec8ccdf5c46b05ba54a9fd1d130d7
SOURCE_DIR "${CMAKE_BINARY_DIR}/third_party/gtest"
CMAKE_ARGS "-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}"
INSTALL_COMMAND "")