comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 170:0261909fa6f0 wasm

add support for plus/minus in SDL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Mar 2018 14:24:47 +0100
parents 197a5ddaf68c
children 2cbfb08f3a95
comparison
equal deleted inserted replaced
169:7105e51e4907 170:0261909fa6f0
35 ##################################################################### 35 #####################################################################
36 36
37 if (ORTHANC_SANDBOXED) 37 if (ORTHANC_SANDBOXED)
38 if (ENABLE_CURL) 38 if (ENABLE_CURL)
39 message(FATAL_ERROR "Cannot enable curl in sandboxed environments") 39 message(FATAL_ERROR "Cannot enable curl in sandboxed environments")
40 endif()
41
42 if (ENABLE_LOGGING)
43 message(FATAL_ERROR "Cannot enable logging in sandboxed environments")
44 endif() 40 endif()
45 41
46 if (ENABLE_SDL) 42 if (ENABLE_SDL)
47 message(FATAL_ERROR "Cannot enable SDL in sandboxed environments") 43 message(FATAL_ERROR "Cannot enable SDL in sandboxed environments")
48 endif() 44 endif()