comparison Resources/CMake/LibCurlConfiguration.cmake @ 2384:74d0953a3681

revert
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Aug 2017 09:04:14 +0200
parents 741bb76634d3
children 862d943115f9
comparison
equal deleted inserted replaced
2383:741bb76634d3 2384:74d0953a3681
1 if (STATIC_BUILD OR NOT USE_SYSTEM_CURL) 1 if (STATIC_BUILD OR NOT USE_SYSTEM_CURL)
2 SET(CURL_SOURCES_DIR ${CMAKE_BINARY_DIR}/curl-7.50.3) 2 SET(CURL_SOURCES_DIR ${CMAKE_BINARY_DIR}/curl-7.50.3)
3 SET(CURL_URL "https://www.orthanc-server.com/downloads/third-party/curl-7.50.3.tar.gz") 3 SET(CURL_URL "http://www.orthanc-server.com/downloads/third-party/curl-7.50.3.tar.gz")
4 SET(CURL_MD5 "870e16fd88a88b52e26a4f04dfc161db") 4 SET(CURL_MD5 "870e16fd88a88b52e26a4f04dfc161db")
5 5
6 DownloadPackage(${CURL_MD5} ${CURL_URL} "${CURL_SOURCES_DIR}") 6 DownloadPackage(${CURL_MD5} ${CURL_URL} "${CURL_SOURCES_DIR}")
7 7
8 include_directories( 8 include_directories(