comparison Resources/CMake/OrthancStoneParameters.cmake @ 1298:8a0a62189f46

replacing std::auto_ptr by std::unique_ptr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Mar 2020 16:31:30 +0100
parents 2d8ab34c8c91
children b2b0fc4a5596
comparison
equal deleted inserted replaced
1296:86400fa16091 1298:8a0a62189f46
50 ##################################################################### 50 #####################################################################
51 ## Internal CMake parameters to enable the optional subcomponents of 51 ## Internal CMake parameters to enable the optional subcomponents of
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 BOOL "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") 57 set(ENABLE_STONE_DEPRECATED OFF CACHE INTERNAL "Enable backward compatibility with deprecated Stone classes")