From b1f65a4e6a8327fe11a5381ff42ba58be2eae5f9 Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 22 Apr 2021 14:39:42 +0300 Subject: [PATCH] opengl linux --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9df0934..fde4462 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.0) +cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default project(qglengine) find_package(QAD REQUIRED) qad_find_qt(Qt5 Core Gui OpenGL Xml)