Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-03-14 06:25:31 +0300
committerCampbell Barton <campbell@blender.org>2022-03-14 06:25:31 +0300
commit6ea1455ce3cf570fa6820ec6599286935ca494a4 (patch)
tree469b49ad7ed65a2b3cac26bce6832f3525dad26c /CMakeLists.txt
parentb959f603da4532cd18618a31f091c40bff88e442 (diff)
Fix mistake in 4c951bfa829ed123b57c33e7821569f283658fd9
Removed WITH_SYSTEM_GLEW by mistake, thanks to @The_Orb for spotting.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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