comparison Resources/CMake/OpenSslConfiguration.cmake @ 2187:ad72fbd700b7

move of third party downloads to the main server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Nov 2016 12:28:09 +0100
parents 0108ac01fc8e
children 2aff870c2c58
comparison
equal deleted inserted replaced
2186:8b51b133bb8b 2187:ad72fbd700b7
2 # WARNING - We had to repack the upstream ".tar.gz" file to a ZIP 2 # WARNING - We had to repack the upstream ".tar.gz" file to a ZIP
3 # file, as the upstream distribution ships symbolic links that are 3 # file, as the upstream distribution ships symbolic links that are
4 # not always properly handled when uncompressing on Windows. 4 # not always properly handled when uncompressing on Windows.
5 5
6 SET(OPENSSL_SOURCES_DIR ${CMAKE_BINARY_DIR}/openssl-1.0.2d) 6 SET(OPENSSL_SOURCES_DIR ${CMAKE_BINARY_DIR}/openssl-1.0.2d)
7 SET(OPENSSL_URL "www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/openssl-1.0.2d.zip") 7 SET(OPENSSL_URL "http://www.orthanc-server.com/downloads/third-party/openssl-1.0.2d.zip")
8 SET(OPENSSL_MD5 "4b2ac15fc6db17f3dadc54482d3eee85") 8 SET(OPENSSL_MD5 "4b2ac15fc6db17f3dadc54482d3eee85")
9 9
10 if (IS_DIRECTORY "${OPENSSL_SOURCES_DIR}") 10 if (IS_DIRECTORY "${OPENSSL_SOURCES_DIR}")
11 set(FirstRun OFF) 11 set(FirstRun OFF)
12 else() 12 else()