comparison Resources/CMake/OrthancStoneParameters.cmake @ 1475:615035c2f3ba

fix GuiAdapter.cpp, removed unused option ENABLE_STONE_DEPRECATED
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jun 2020 10:21:43 +0200
parents 28c64c246312
children d8af188ab545
comparison
equal deleted inserted replaced
1474:d1dde1f86d4a 1475:615035c2f3ba
51 ## the Stone of Orthanc 51 ## the Stone of Orthanc
52 ##################################################################### 52 #####################################################################
53 53
54 set(ENABLE_OPENGL ON CACHE BOOL "Enable support of OpenGL") 54 set(ENABLE_OPENGL ON CACHE BOOL "Enable support of OpenGL")
55 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly") 55 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly")
56 set(ENABLE_STONE_DEPRECATED OFF CACHE INTERNAL "Enable backward compatibility with deprecated Stone classes")
57 set(ENABLE_GUIADAPTER OFF CACHE INTERNAL "Enable backward compatibility with the Stone GuiAdapter class") 56 set(ENABLE_GUIADAPTER OFF CACHE INTERNAL "Enable backward compatibility with the Stone GuiAdapter class")
58