[Bf-blender-cvs] [98e0880] soc-2013-viewport_fx: OpenGL Desktop system (WITH_GL_SYSTEM_DESKTOP) set to be ON by default in CMakeLists.txt

jwilkins noreply at git.blender.org
Sat Feb 15 20:36:47 CET 2014


Commit: 98e08806c7b67d5eee2845ef757322c47523698f
Author: jwilkins
Date:   Sat Feb 15 10:51:25 2014 -0600
https://developer.blender.org/rB98e08806c7b67d5eee2845ef757322c47523698f

OpenGL Desktop system (WITH_GL_SYSTEM_DESKTOP) set to be ON by default in CMakeLists.txt

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f030e0..2f0ef61 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -304,7 +304,7 @@ mark_as_advanced(WITH_GLEW_ES)
 option(WITH_GLU "Provide the GL Utility Library (GLU). Only works with the 'compatibiity' profile. (deprecated)" ON)
 mark_as_advanced(WITH_GLU_ES)
 
-option(WITH_GL_SYSTEM_DESKTOP "Support using the AGL/WGL/XGL system library to initialize OpenGL. Can access 3.1+ core, compatibility, and 2.0 es profiles." OFF)
+option(WITH_GL_SYSTEM_DESKTOP "Support using the AGL/WGL/XGL system library to initialize OpenGL. Can access 3.1+ core, compatibility, and 2.0 es profiles." ON)
 mark_as_advanced(WITH_GL_SYSTEM_DESKTOP)
 
 option(WITH_GL_SYSTEM_EMBEDDED "Support using the EGL system library to initialize OpenGL ES." OFF)




More information about the Bf-blender-cvs mailing list