comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 856:a6e17a5a39e7 am-dev

removed ORTHANC_ENABLE_LOGGING_PLUGIN=0
author Alain Mazy <alain@mazy.be>
date Wed, 19 Jun 2019 17:36:33 +0200
parents 51976977d2d3
children 238693c3bc51
comparison
equal deleted inserted replaced
849:8a8cf2991538 856:a6e17a5a39e7
178 add_definitions(-D_SCL_SECURE_NO_WARNINGS=1) 178 add_definitions(-D_SCL_SECURE_NO_WARNINGS=1)
179 endif() 179 endif()
180 180
181 add_definitions( 181 add_definitions(
182 -DHAS_ORTHANC_EXCEPTION=1 182 -DHAS_ORTHANC_EXCEPTION=1
183 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
184 ) 183 )
185 184
186 if (CMAKE_BUILD_TYPE STREQUAL "Debug") 185 if (CMAKE_BUILD_TYPE STREQUAL "Debug")
187 add_definitions(-DCHECK_OBSERVERS_MESSAGES) 186 add_definitions(-DCHECK_OBSERVERS_MESSAGES)
188 endif() 187 endif()