second try for URL update

build server cmake is built without https support
This commit is contained in:
Arne Morten Kvarving
2016-08-29 10:43:09 +02:00
parent cd3ba6528c
commit 62b9da7bcf

View File

@@ -9,7 +9,7 @@ set_directory_properties(PROPERTIES EP_PREFIX ${CMAKE_BINARY_DIR}/third_party)
# http://stackoverflow.com/questions/9689183/cmake-googletest
externalproject_add(
googletest
URL https://github.com/google/googletest/archive/release-1.8.0.tar.gz
URL http://github.com/google/googletest/archive/release-1.8.0.tar.gz
# Disable install step
INSTALL_COMMAND ""
# Wrap download, configure and build steps in a script to log output