comparison Resources/CMake/OrthancStone.cmake @ 40:7207a407bcd8

shared copyright with osimis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jan 2017 16:37:42 +0100
parents bfce0add15f2
children 28956ed68280
comparison
equal deleted inserted replaced
39:9ee7e2f5f1a3 40:7207a407bcd8
80 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancHttpConnection.cpp 80 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancHttpConnection.cpp
81 ) 81 )
82 82
83 add_definitions( 83 add_definitions(
84 -DORTHANC_SANDBOXED=0 84 -DORTHANC_SANDBOXED=0
85 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
85 ) 86 )
86 87
87 if (ENABLE_LOGGING) 88 if (ENABLE_LOGGING)
88 add_definitions(-DORTHANC_ENABLE_LOGGING=1) 89 add_definitions(-DORTHANC_ENABLE_LOGGING=1)
89 else() 90 else()