comparison Applications/CMakeLists.txt @ 40:371243c270cc

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:17:55 +0100
parents 2e5db9b72a7b
children 9621fd6f17c9
comparison
equal deleted inserted replaced
39:533cbc4d520c 40:371243c270cc
78 -DORTHANC_ENABLE_BASE64=1 78 -DORTHANC_ENABLE_BASE64=1
79 -DORTHANC_ENABLE_CURL=1 79 -DORTHANC_ENABLE_CURL=1
80 -DORTHANC_ENABLE_DCMTK=1 80 -DORTHANC_ENABLE_DCMTK=1
81 -DORTHANC_ENABLE_LOGGING=1 81 -DORTHANC_ENABLE_LOGGING=1
82 -DORTHANC_ENABLE_MD5=0 82 -DORTHANC_ENABLE_MD5=0
83 -DORTHANC_JPEG_ENABLED=0 # Disable DCMTK's support for JPEG 83 -DORTHANC_ENABLE_JPEG=0 # Disable DCMTK's support for JPEG
84 -DORTHANC_PKCS11_ENABLED=0 84 -DORTHANC_ENABLE_PKCS11=0
85 -DORTHANC_PLUGINS_ENABLED=1 # To enable class Orthanc::SharedLibrary 85 -DORTHANC_ENABLE_PLUGINS=1 # To enable class Orthanc::SharedLibrary
86 -DORTHANC_PUGIXML_ENABLED=0 86 -DORTHANC_ENABLE_PUGIXML=0
87 ) 87 )
88 88
89 89
90 ##################################################################### 90 #####################################################################
91 ## Configure optional third-party components 91 ## Configure optional third-party components
92 ##################################################################### 92 #####################################################################
93 93
94 if (ENABLE_SSL) 94 if (ENABLE_SSL)
95 set(ENABLE_PKCS11 OFF) 95 set(ENABLE_PKCS11 OFF)
96 add_definitions(-DORTHANC_SSL_ENABLED=1) 96 add_definitions(-DORTHANC_ENABLE_SSL=1)
97 include(${ORTHANC_ROOT}/Resources/CMake/OpenSslConfiguration.cmake) 97 include(${ORTHANC_ROOT}/Resources/CMake/OpenSslConfiguration.cmake)
98 else() 98 else()
99 add_definitions(-DORTHANC_SSL_ENABLED=0) 99 add_definitions(-DORTHANC_ENABLE_SSL=0)
100 endif() 100 endif()
101 101
102 102
103 ##################################################################### 103 #####################################################################
104 ## Create the list of the source files that depend upon the 104 ## Create the list of the source files that depend upon the