From 36a567dbeb4be5795a1766f75ee080521d231f8e Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 22 Apr 2021 14:39:54 +0300 Subject: [PATCH] opengl linux --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5d0b54..f6a2e2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 3.0) cmake_policy(SET CMP0017 NEW) # need include() with .cmake +cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default project(qad) set(qad_MAJOR 2) set(qad_MINOR 2)