comparison Plugins/Samples/ConnectivityChecks/CMakeLists.txt @ 4015:f6cb16413325

removing useless macro ORTHANC_ENABLE_LOGGING_PLUGIN
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Jun 2020 17:11:09 +0200
parents e12c8ac6dc82
children 0763630a42ef
comparison
equal deleted inserted replaced
4014:27628b0f6ada 4015:f6cb16413325
32 LIBRARIES ${JAVASCRIPT_LIBS_DIR} 32 LIBRARIES ${JAVASCRIPT_LIBS_DIR}
33 ) 33 )
34 34
35 add_definitions( 35 add_definitions(
36 -DHAS_ORTHANC_EXCEPTION=1 36 -DHAS_ORTHANC_EXCEPTION=1
37 -DORTHANC_ENABLE_LOGGING_PLUGIN=1
38 -DORTHANC_PLUGIN_NAME="${PLUGIN_NAME}" 37 -DORTHANC_PLUGIN_NAME="${PLUGIN_NAME}"
39 -DORTHANC_PLUGIN_VERSION="${PLUGIN_VERSION}" 38 -DORTHANC_PLUGIN_VERSION="${PLUGIN_VERSION}"
40 ) 39 )
41 40
42 include_directories( 41 include_directories(