From 0bd52aa3176142eeaac74613d48518ec0fbce99e Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller Date: Fri, 10 Apr 2026 10:00:37 +0200 Subject: [PATCH] Bump the minimum version of CMake to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b80ebd1..c90eaad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ ######################################################## # cmake file for building Marlin example Package # @author Jan Engels, Desy IT -CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) ######################################################## # project name