comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 2538:c53f1d015b06

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Apr 2018 14:50:34 +0200
parents e0e377a48626
children 52a411e49e8e
comparison
equal deleted inserted replaced
2537:a1a331884ebc 2538:c53f1d015b06
486 486
487 if (ORTHANC_FRAMEWORK_PLUGIN) 487 if (ORTHANC_FRAMEWORK_PLUGIN)
488 add_definitions( 488 add_definitions(
489 -DORTHANC_ENABLE_LOGGING=1 489 -DORTHANC_ENABLE_LOGGING=1
490 -DORTHANC_ENABLE_LOGGING_PLUGIN=1 490 -DORTHANC_ENABLE_LOGGING_PLUGIN=1
491 -DHAS_ORTHANC_EXCEPTION=1
491 ) 492 )
492 else() 493 else()
493 add_definitions( 494 add_definitions(
494 -DORTHANC_ENABLE_LOGGING=0 495 -DORTHANC_ENABLE_LOGGING=0
495 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 496 -DORTHANC_ENABLE_LOGGING_PLUGIN=0