comparison CMakeLists.txt @ 29:ebaf3604bbc6

force the use of OpenSSL 1.0.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Mar 2020 14:21:22 +0100
parents 17f371dc120d
children acfe1ea3206b
comparison
equal deleted inserted replaced
28:2999ab4323fe 29:ebaf3604bbc6
33 set(USE_SYSTEM_ORTHANC_SDK ON CACHE BOOL "Use the system version of the Orthanc plugin SDK") 33 set(USE_SYSTEM_ORTHANC_SDK ON CACHE BOOL "Use the system version of the Orthanc plugin SDK")
34 set(ORTHANC_SDK_VERSION "1.0.0" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"1.0.0\", or \"framework\")") 34 set(ORTHANC_SDK_VERSION "1.0.0" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"1.0.0\", or \"framework\")")
35 35
36 36
37 include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/DownloadOrthancFramework.cmake) 37 include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/DownloadOrthancFramework.cmake)
38
39 set(OPENSSL_STATIC_VERSION "1.0.2" CACHE STRING "TODO - Upgrade to OpenSSL 1.1.1" FORCE)
38 40
39 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake) 41 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake)
40 42
41 set(ENABLE_CRYPTO_OPTIONS ON) 43 set(ENABLE_CRYPTO_OPTIONS ON)
42 set(ENABLE_ZLIB ON) 44 set(ENABLE_ZLIB ON)