summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMake/options.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 622c2eb44..e94e0e937 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -197,6 +197,7 @@ if(OPTION_USE_GL)
if(OPTION_APPLE_X11)
set(OPENGL_FOUND TRUE)
set(OPENGL_LIBRARIES -L${PATH_TO_XLIBS} -lGLU -lGL)
+ set(HAVE_GL_GLU_H /opt/X11/include/GL/glu.h)
elseif(OPTION_APPLE_SDL)
set(OPENGL_FOUND FALSE)
else()