dev-libs/pfs: cmake -> 3.10

Closes: https://bugs.gentoo.org/964485
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-11-30 09:43:18 +01:00
parent 19f7a04291
commit 75018d6141
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58

View File

@ -2,7 +2,23 @@
+++ b/test/cmake/find_package_installed/CMakeLists.txt 2025-07-07 14:16:53.794586917 +0200
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.0)
+cmake_minimum_required (VERSION 3.5)
+cmake_minimum_required (VERSION 3.10)
project (find_package)
--- a/CMakeLists.txt 2025-11-30 09:40:43.321539811 +0100
+++ b/CMakeLists.txt 2025-11-30 09:40:49.016469096 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.5)
+cmake_minimum_required (VERSION 3.10)
project (pfs)
--- a/test/cmake/find_package_source/CMakeLists.txt 2025-11-30 09:41:28.195983927 +0100
+++ b/test/cmake/find_package_source/CMakeLists.txt 2025-11-30 09:41:37.398869959 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.5)
+cmake_minimum_required (VERSION 3.10)
project (find_package)