diff OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake @ 4428:a9a596ed988d

autodetection of SSL_CTX_get0_param()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Dec 2020 16:42:46 +0100
parents 80fd140b12ba
children fcbac3e8ac1c
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake	Thu Dec 31 15:16:18 2020 +0100
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake	Thu Dec 31 16:42:46 2020 +0100
@@ -494,6 +494,8 @@
     message(FATAL_ERROR "DICOM module must be enabled if enabling DCMTK support")
   endif()
 
+  # WARNING - MUST be after "OpenSslConfiguration.cmake", otherwise
+  # DICOM TLS will not be corrected detected
   include(${CMAKE_CURRENT_LIST_DIR}/DcmtkConfiguration.cmake)
 
   add_definitions(-DORTHANC_ENABLE_DCMTK=1)