mirror of https://github.com/fltk/fltk
Restore CMake build with OPTION_USE_GL=0
This commit is contained in:
parent
da5efb95d5
commit
52015f2a26
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue