diff Resources/CMake/GoogleTestConfiguration.cmake @ 2192:61ab5fa36754 Orthanc-0.5.1

hotfix in release 0.5.1 to properly download dependencies
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Dec 2016 13:04:38 +0100
parents a63fb54819d7
children
line wrap: on
line diff
--- a/Resources/CMake/GoogleTestConfiguration.cmake	Wed Apr 17 11:54:50 2013 +0200
+++ b/Resources/CMake/GoogleTestConfiguration.cmake	Fri Dec 02 13:04:38 2016 +0100
@@ -9,7 +9,7 @@
 
 elseif (STATIC_BUILD OR NOT USE_DYNAMIC_GOOGLE_TEST)
   SET(GTEST_SOURCES_DIR ${CMAKE_BINARY_DIR}/gtest-1.6.0)
-  DownloadPackage("http://googletest.googlecode.com/files/gtest-1.6.0.zip" "${GTEST_SOURCES_DIR}" "" "")
+  DownloadPackage("http://www.orthanc-server.com/downloads/third-party/gtest-1.6.0.zip" "${GTEST_SOURCES_DIR}" "" "")
 
   include_directories(
     ${GTEST_SOURCES_DIR}/include