[Bf-blender-cvs] [9c1cc35be2b] master: CMake: use Blender's glew by default

Campbell Barton noreply at git.blender.org
Sun Sep 3 08:29:35 CEST 2017


Commit: 9c1cc35be2b46d88ecdc331ccfd3b5063c5b82d7
Author: Campbell Barton
Date:   Sun Sep 3 16:34:10 2017 +1000
Branches: master
https://developer.blender.org/rB9c1cc35be2b46d88ecdc331ccfd3b5063c5b82d7

CMake: use Blender's glew by default

Use since it's always bundled to avoid any issues caused
by version mis-match.

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04237812d87..5ca1eda8ebb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -289,7 +289,7 @@ if(WITH_X11)
 endif()
 
 if(UNIX AND NOT APPLE)
-	option(WITH_SYSTEM_GLEW "Use GLEW OpenGL wrapper library provided by the operating system" ON)
+	option(WITH_SYSTEM_GLEW "Use GLEW OpenGL wrapper library provided by the operating system" OFF)
 	option(WITH_SYSTEM_GLES "Use OpenGL ES library provided by the operating system"           ON)
 else()
 	# not an option for other OS's



More information about the Bf-blender-cvs mailing list