cmake: bump minimum required version to 3.10

This commit is contained in:
Lovro Nuic
2026-02-20 10:03:03 +01:00
parent b236385a84
commit e07dd0fd6b
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
if (POLICY CMP0048)
# cmake warns if loaded from a min-3.0-required parent dir, so silence the warning: