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 <ideasman42@gmail.com>2017-09-03 09:34:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-03 09:36:17 +0300
commit9c1cc35be2b46d88ecdc331ccfd3b5063c5b82d7 (patch)
tree4d00e43ae00ea54a6057ae7c59a0ca6f92c5e123 /CMakeLists.txt
parentb227a3388d44ef56df91a65e6973f2cde687a032 (diff)
CMake: use Blender's glew by default
Use since it's always bundled to avoid any issues caused by version mis-match.
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 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