comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 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 7e8bfda62b43
children 05a363186da6
comparison
equal deleted inserted replaced
4014:27628b0f6ada 4015:f6cb16413325
542 542
543 543
544 if (ORTHANC_SANDBOXED) 544 if (ORTHANC_SANDBOXED)
545 add_definitions( 545 add_definitions(
546 -DORTHANC_SANDBOXED=1 546 -DORTHANC_SANDBOXED=1
547 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
548 ) 547 )
549 548
550 if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten") 549 if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
551 set(ORTHANC_ENABLE_LOGGING ON) 550 set(ORTHANC_ENABLE_LOGGING ON)
552 set(ORTHANC_ENABLE_LOGGING_STDIO ON) 551 set(ORTHANC_ENABLE_LOGGING_STDIO ON)