sci-ml/foxi: cmake -> 3.10

Closes: https://bugs.gentoo.org/964446
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-12-01 19:02:15 +01:00
parent aba8b05352
commit d9090f3ee2
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58

View File

@ -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")