comparison Resources/CMake/OpenSslConfiguration.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
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 "https://www.orthanc-server.com/downloads/third-party/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()