CMake: use Blender's glew by default

Use since it's always bundled to avoid any issues caused
by version mis-match.
This commit is contained in:
Campbell Barton 2017-09-03 16:34:10 +10:00
parent b227a3388d
commit 9c1cc35be2
1 changed files with 1 additions and 1 deletions

View File

@ -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