comparison Resources/CMake/OrthancStoneParameters.cmake @ 740:31487d066d1d

new CMake internal option: ENABLE_STONE_DEPRECATED
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 09:17:07 +0200
parents 97926984d5d0
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
739:be9c1530d40a 740:31487d066d1d
52 ## the Stone of Orthanc 52 ## the Stone of Orthanc
53 ##################################################################### 53 #####################################################################
54 54
55 set(ENABLE_OPENGL ON CACHE INTERNAL "Enable support of OpenGL") 55 set(ENABLE_OPENGL ON CACHE INTERNAL "Enable support of OpenGL")
56 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly") 56 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly")
57 set(ENABLE_STONE_DEPRECATED OFF CACHE INTERNAL "Enable backward compatibility with deprecated Stone classes")