new cmake

This commit is contained in:
2025-04-29 21:51:03 +03:00
parent b8e8a1300e
commit 49ae1473f9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.13)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default
project(QAD)