We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a15801 commit 5954747Copy full SHA for 5954747
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
2
project(OpenHantekProject)
3
4
-cmake_policy(SET CMP0072 NEW)
+set(OpenGL_GL_PREFERENCE GLVND)
5
6
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7
0 commit comments