Mercurial > hg > orthanc
comparison Resources/CMake/OpenSslConfiguration.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 | 4900688827a8 |
children | 74d0953a3681 |
comparison
equal
deleted
inserted
replaced
2382:7284093111b0 | 2383:741bb76634d3 |
---|---|
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 "http://www.orthanc-server.com/downloads/third-party/openssl-1.0.2d.zip") | 7 SET(OPENSSL_URL "https://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() |