diff --git a/CMakeLists.txt b/CMakeLists.txt index d48645e..ac334d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ if(CMAKE_CROSSCOMPILING) endif() # OpenGL +set(OpenGL_GL_PREFERENCE GLVND) find_package(OpenGL REQUIRED) # GLFW