Mercurial > hg > orthanc-client
changeset 16:6320817222ce
move of third party downloads to the main server
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Nov 2016 13:33:38 +0100 |
parents | 16df5d12d135 |
children | ae34bde412ae |
files | Orthanc/Resources/CMake/OpenSslConfiguration.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Orthanc/Resources/CMake/OpenSslConfiguration.cmake Tue Nov 29 13:32:15 2016 +0100 +++ b/Orthanc/Resources/CMake/OpenSslConfiguration.cmake Tue Nov 29 13:33:38 2016 +0100 @@ -4,7 +4,7 @@ # not always properly handled when uncompressing on Windows. SET(OPENSSL_SOURCES_DIR ${CMAKE_BINARY_DIR}/openssl-1.0.2d) - SET(OPENSSL_URL "www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/openssl-1.0.2d.zip") + SET(OPENSSL_URL "http://www.orthanc-server.com/downloads/third-party/openssl-1.0.2d.zip") SET(OPENSSL_MD5 "4b2ac15fc6db17f3dadc54482d3eee85") if (IS_DIRECTORY "${OPENSSL_SOURCES_DIR}")