comparison CMakeLists.txt @ 2691:e3723ffc7095 jobs

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jun 2018 16:16:33 +0200
parents ccc470091ea6
children 8e593bd59cf7
comparison
equal deleted inserted replaced
2690:e0d600882ed2 2691:e3723ffc7095
226 226
227 include_directories(${CMAKE_SOURCE_DIR}/Plugins/Include) 227 include_directories(${CMAKE_SOURCE_DIR}/Plugins/Include)
228 228
229 add_definitions( 229 add_definitions(
230 -DORTHANC_BUILD_UNIT_TESTS=1 230 -DORTHANC_BUILD_UNIT_TESTS=1
231 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
231 232
232 # Macros for the plugins 233 # Macros for the plugins
233 -DHAS_ORTHANC_EXCEPTION=0 234 -DHAS_ORTHANC_EXCEPTION=0
234 -DMODALITY_WORKLISTS_VERSION="${ORTHANC_VERSION}" 235 -DMODALITY_WORKLISTS_VERSION="${ORTHANC_VERSION}"
235 -DSERVE_FOLDERS_VERSION="${ORTHANC_VERSION}" 236 -DSERVE_FOLDERS_VERSION="${ORTHANC_VERSION}"