[Bf-blender-cvs] [6ea1455ce3c] master: Fix mistake in 4c951bfa829ed123b57c33e7821569f283658fd9

Campbell Barton noreply at git.blender.org
Mon Mar 14 04:26:47 CET 2022


Commit: 6ea1455ce3cf570fa6820ec6599286935ca494a4
Author: Campbell Barton
Date:   Mon Mar 14 14:25:31 2022 +1100
Branches: master
https://developer.blender.org/rB6ea1455ce3cf570fa6820ec6599286935ca494a4

Fix mistake in 4c951bfa829ed123b57c33e7821569f283658fd9

Removed WITH_SYSTEM_GLEW by mistake, thanks to @The_Orb for spotting.

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f7d85969ba2..e8746d3a3f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -256,7 +256,7 @@ endif()
 
 if(UNIX AND NOT APPLE)
   option(WITH_SYSTEM_GLEW "Use GLEW OpenGL wrapper library provided by the operating system" OFF)
-  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)
   option(WITH_SYSTEM_FREETYPE "Use the freetype library provided by the operating system" OFF)
 else()
   # not an option for other OS's



More information about the Bf-blender-cvs mailing list