comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 504:7cdb4634846c

Merge
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 26 Feb 2019 21:15:20 +0100
parents ee41b6a017d7
children 801d2697a1b1 2f17b3659781
comparison
equal deleted inserted replaced
460:4d8ac609fc33 504:7cdb4634846c
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