Mercurial > hg > orthanc
comparison Resources/CMake/OpenSslConfiguration.cmake @ 411:5f6d75cd4b46
md5 of third party downlaods
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 03 May 2013 12:54:22 +0200 |
parents | 2d269089078f |
children | 49a1228d6fe7 27d32fc6209a |
comparison
equal
deleted
inserted
replaced
410:b2c6cc90288c | 411:5f6d75cd4b46 |
---|---|
1 if (${STATIC_BUILD}) | 1 if (${STATIC_BUILD}) |
2 SET(OPENSSL_SOURCES_DIR ${CMAKE_BINARY_DIR}/openssl-1.0.1c) | 2 SET(OPENSSL_SOURCES_DIR ${CMAKE_BINARY_DIR}/openssl-1.0.1c) |
3 DownloadPackage("www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/openssl-1.0.1c.tar.gz" "${OPENSSL_SOURCES_DIR}" "" "") | 3 DownloadPackage( |
4 "ae412727c8c15b67880aef7bd2999b2e" | |
5 "www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/openssl-1.0.1c.tar.gz" | |
6 "${OPENSSL_SOURCES_DIR}" "" "") | |
4 | 7 |
5 if (NOT EXISTS "${OPENSSL_SOURCES_DIR}/include/PATCHED") | 8 if (NOT EXISTS "${OPENSSL_SOURCES_DIR}/include/PATCHED") |
6 if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows") | 9 if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows") |
7 message("Patching the symbolic links") | 10 message("Patching the symbolic links") |
8 # Patch the symbolic links by copying the files | 11 # Patch the symbolic links by copying the files |