Skip to content

Commit

Permalink
Declare support for GLU
Browse files Browse the repository at this point in the history
Until we have the GLU code in this repo, let's set this flag.
  • Loading branch information
mardy committed Apr 29, 2024
1 parent 6dcb126 commit 5606d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenGLConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ find_package_handle_standard_args(OpenGL
set(_OPENGL_glapi_LIBRARY "opengx")
set(OPENGL_FOUND ${OpenGL_FOUND})
set(OPENGL_XMESA_FOUND OFF)
set(OPENGL_GLU_FOUND OFF)
set(OPENGL_GLU_FOUND ON)
set(OPENGL_OpenGL_FOUND ${OpenGL_FOUND})
set(OpenGL_GLX_FOUND OFF)
set(OpenGL_EGL_FOUND ${OpenGL_FOUND})
Expand Down

0 comments on commit 5606d67

Please sign in to comment.