Add OpenGL preference

This commit is contained in:
andrewchilicki
2025-02-08 15:29:05 -05:00
parent 717cda0800
commit 1b65038284

View File

@ -31,6 +31,7 @@ if(CMAKE_CROSSCOMPILING)
endif()
# OpenGL
set(OpenGL_GL_PREFERENCE GLVND)
find_package(OpenGL REQUIRED)
# GLFW