comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 859:6845a05f9526

Merge
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 24 Jun 2019 10:31:57 +0200
parents e3c56d4f863f 0c0fc20a6902
children 238693c3bc51 c71ef52602a0
comparison
equal deleted inserted replaced
858:e3c56d4f863f 859:6845a05f9526
183 add_definitions(-D_SCL_SECURE_NO_WARNINGS=1) 183 add_definitions(-D_SCL_SECURE_NO_WARNINGS=1)
184 endif() 184 endif()
185 185
186 add_definitions( 186 add_definitions(
187 -DHAS_ORTHANC_EXCEPTION=1 187 -DHAS_ORTHANC_EXCEPTION=1
188 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
189 ) 188 )
190 189
191 if (CMAKE_BUILD_TYPE STREQUAL "Debug") 190 if (CMAKE_BUILD_TYPE STREQUAL "Debug")
192 add_definitions(-DCHECK_OBSERVERS_MESSAGES) 191 add_definitions(-DCHECK_OBSERVERS_MESSAGES)
193 endif() 192 endif()