Mercurial > hg > orthanc
comparison Resources/CMake/LibCurlConfiguration.cmake @ 2383:741bb76634d3
orthanc-server.com now uses https
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Aug 2017 08:53:18 +0200 |
parents | ae50eccd41b7 |
children | 74d0953a3681 |
comparison
equal
deleted
inserted
replaced
2382:7284093111b0 | 2383:741bb76634d3 |
---|---|
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 "http://www.orthanc-server.com/downloads/third-party/curl-7.50.3.tar.gz") | 3 SET(CURL_URL "https://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( |