Prefer LEGACY OpenGL in CMake
This commit is contained in:
parent
c87a8a5c71
commit
18ef177b78
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
set(OpenGL_GL_PREFERENCE GLVND)
|
||||
set(OpenGL_GL_PREFERENCE LEGACY)
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
file(GLOB_RECURSE PSEMEK_GFX_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "include/*.hpp")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue