diff Resources/CMake/LibCurlConfiguration.cmake @ 4251:6784a119484d Orthanc-0.8.6

hotpatch to make Orthanc 0.8.6 compile on Ubuntu 16.04
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Oct 2020 13:56:50 +0200
parents 88010d8e12cf
children
line wrap: on
line diff
--- a/Resources/CMake/LibCurlConfiguration.cmake	Tue Jul 17 09:41:15 2018 +0200
+++ b/Resources/CMake/LibCurlConfiguration.cmake	Thu Oct 15 13:56:50 2020 +0200
@@ -2,7 +2,7 @@
   SET(CURL_SOURCES_DIR ${CMAKE_BINARY_DIR}/curl-7.26.0)
   DownloadPackage(
     "3fa4d5236f2a36ca5c3af6715e837691"
-    "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/curl-7.26.0.tar.gz"
+    "http://www.orthanc-server.com/downloads/third-party/curl-7.26.0.tar.gz"
     "${CURL_SOURCES_DIR}")
 
   include_directories(${CURL_SOURCES_DIR}/include)