From d9090f3ee291fa147d30b23d2936f6adc7fb83e5 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 1 Dec 2025 19:02:15 +0100 Subject: [PATCH] sci-ml/foxi: cmake -> 3.10 Closes: https://bugs.gentoo.org/964446 Signed-off-by: Alfredo Tupone --- sci-ml/foxi/files/foxi-2021.05.27-cmake.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-ml/foxi/files/foxi-2021.05.27-cmake.patch b/sci-ml/foxi/files/foxi-2021.05.27-cmake.patch index ed3c07f25d1aa..86a5aabddca4f 100644 --- a/sci-ml/foxi/files/foxi-2021.05.27-cmake.patch +++ b/sci-ml/foxi/files/foxi-2021.05.27-cmake.patch @@ -3,7 +3,7 @@ @@ -1,5 +1,5 @@ # Minimum CMake required -cmake_minimum_required(VERSION 3.1) -+cmake_minimum_required(VERSION 3.5) ++cmake_minimum_required(VERSION 3.10) # Set default build type if(NOT CMAKE_BUILD_TYPE) message(STATUS "Build type not set - defaulting to Release")