mirror of
https://github.com/fltk/fltk.git
synced 2026-05-12 01:54:25 +08:00
Restore CMake build with OPTION_USE_GL=0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user