From 6ea1455ce3cf570fa6820ec6599286935ca494a4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Mar 2022 14:25:31 +1100 Subject: [PATCH] Fix mistake in 4c951bfa829ed123b57c33e7821569f283658fd9 Removed WITH_SYSTEM_GLEW by mistake, thanks to @The_Orb for spotting. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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