sci-ml/NNPACK: cmake -> 3.10

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

View File

@ -2,7 +2,7 @@
+++ b/CMakeLists.txt 2025-07-09 22:47:30.686441471 +0200
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)
INCLUDE(GNUInstallDirs)
INCLUDE(CheckCSourceCompiles)