comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 267:89d02de83c03 am-2

added declaretion of messages handled/emitted
author am@osimis.io
date Wed, 22 Aug 2018 14:59:20 +0200
parents c9cf95b49a86
children 5bd4161bf11b
comparison
equal deleted inserted replaced
266:c9cf95b49a86 267:89d02de83c03
91 add_definitions( 91 add_definitions(
92 -DHAS_ORTHANC_EXCEPTION=1 92 -DHAS_ORTHANC_EXCEPTION=1
93 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 93 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
94 ) 94 )
95 95
96 96 if (CMAKE_BUILD_TYPE STREQUAL "Debug")
97 add_definitions(-DCHECK_OBSERVERS_MESSAGES)
98 endif()
97 99
98 ##################################################################### 100 #####################################################################
99 ## Embed the colormaps into the binaries 101 ## Embed the colormaps into the binaries
100 ##################################################################### 102 #####################################################################
101 103