diff 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
line wrap: on
line diff
--- a/Resources/CMake/OrthancStoneParameters.cmake	Sun Feb 23 15:25:49 2020 +0100
+++ b/Resources/CMake/OrthancStoneParameters.cmake	Mon Mar 02 16:31:30 2020 +0100
@@ -52,6 +52,6 @@
 ## the Stone of Orthanc
 #####################################################################
 
-set(ENABLE_OPENGL ON CACHE INTERNAL "Enable support of OpenGL")
+set(ENABLE_OPENGL ON CACHE BOOL "Enable support of OpenGL")
 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly")
 set(ENABLE_STONE_DEPRECATED OFF CACHE INTERNAL "Enable backward compatibility with deprecated Stone classes")