From db1f80412d19c1009e4afd189a2ff671000cb6f0 Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller Date: Fri, 10 Jul 2026 20:36:37 +0200 Subject: [PATCH] Bump minimum CMake version from 2.6 to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f72917..8131ccb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # cmake file for building KalFit libraries # @author Jan Engels, DESY # @author F. Gaede, DESY -CMAKE_MINIMUM_REQUIRED( VERSION 2.6 FATAL_ERROR ) +CMAKE_MINIMUM_REQUIRED( VERSION 3.10 FATAL_ERROR ) ########################################################