diff options
| -rw-r--r-- | CMake/options.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake index 4182ac61d..3dd9a5687 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -255,6 +255,9 @@ if (OPTION_USE_GL) endif (OPTION_APPLE_X11) else () set (OPENGL_FOUND FALSE) + set (HAVE_GL FALSE) + set (HAVE_GL_GLU_H FALSE) + set (HAVE_GLXGETPROCADDRESSARB FALSE) endif (OPTION_USE_GL) if (OPENGL_FOUND) |
