diff Resources/CMake/OrthancStoneParameters.cmake @ 613:412a2d01a189

automatic initialization of glew
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Apr 2019 16:44:23 +0200
parents 21fd70df3fc9
children 97926984d5d0
line wrap: on
line diff
--- a/Resources/CMake/OrthancStoneParameters.cmake	Tue Apr 30 16:18:46 2019 +0200
+++ b/Resources/CMake/OrthancStoneParameters.cmake	Tue Apr 30 16:44:23 2019 +0200
@@ -42,6 +42,7 @@
 # Advanced parameters to fine-tune linking against system libraries
 set(USE_SYSTEM_CAIRO ON CACHE BOOL "Use the system version of Cairo")
 set(USE_SYSTEM_FREETYPE ON CACHE BOOL "Use the system version of Freetype")
+set(USE_SYSTEM_GLEW ON CACHE BOOL "Use the system version of glew (for Windows only)")
 set(USE_SYSTEM_PIXMAN ON CACHE BOOL "Use the system version of Pixman")
 set(USE_SYSTEM_SDL ON CACHE BOOL "Use the system version of SDL2")