comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 445:ee41b6a017d7 bgo-commands-codegen

dumb change
author bgo-osimis
date Wed, 16 Jan 2019 16:24:45 +0100
parents a750f11892ec
children 801d2697a1b1 2f17b3659781
comparison
equal deleted inserted replaced
440:a750f11892ec 445:ee41b6a017d7
98 unset(USE_SYSTEM_SDL CACHE) 98 unset(USE_SYSTEM_SDL CACHE)
99 add_definitions(-DORTHANC_ENABLE_SDL=0) 99 add_definitions(-DORTHANC_ENABLE_SDL=0)
100 add_definitions(-DORTHANC_ENABLE_QT=0) 100 add_definitions(-DORTHANC_ENABLE_QT=0)
101 add_definitions(-DORTHANC_ENABLE_NATIVE=0) 101 add_definitions(-DORTHANC_ENABLE_NATIVE=0)
102 endif() 102 endif()
103
104
105 103
106 ##################################################################### 104 #####################################################################
107 ## Configuration of the C/C++ macros 105 ## Configuration of the C/C++ macros
108 ##################################################################### 106 #####################################################################
109 107