comparison OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake @ 4322:72237cbb4fb2

removed default setting of ORTHANC_ENABLE_LOGGING_STDIO in WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2020 12:12:27 +0100
parents 50b0c69b653a
children 433e94d08e36
comparison
equal deleted inserted replaced
4319:3b8a868616a8 4322:72237cbb4fb2
587 -DORTHANC_SANDBOXED=1 587 -DORTHANC_SANDBOXED=1
588 ) 588 )
589 589
590 if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten") 590 if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
591 set(ORTHANC_ENABLE_LOGGING ON) 591 set(ORTHANC_ENABLE_LOGGING ON)
592 set(ORTHANC_ENABLE_LOGGING_STDIO ON)
593 else() 592 else()
594 set(ORTHANC_ENABLE_LOGGING OFF) 593 set(ORTHANC_ENABLE_LOGGING OFF)
595 endif() 594 endif()
596 595
597 else() 596 else()