Removed WITH_SYSTEM_GLEW by mistake, thanks to @The_Orb for spotting.
This commit is contained in:
Campbell Barton 2022-03-14 14:25:31 +11:00
parent b959f603da
commit 6ea1455ce3
1 changed files with 1 additions and 1 deletions

View File

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