From e07dd0fd6b215325d3b9fd272c6cdb6d2c55e093 Mon Sep 17 00:00:00 2001 From: Lovro Nuic <12744626+lnuic@users.noreply.github.com> Date: Fri, 20 Feb 2026 10:03:03 +0100 Subject: [PATCH] cmake: bump minimum required version to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 616934b..5b52085 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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: