sys-process/tini: allow CMake though to 3.10

Same as upstream:

071c715e37

Closes: https://bugs.gentoo.org/964441
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2025-10-17 20:00:05 -07:00
parent 5a45cd3baf
commit 330b568375

View File

@@ -1,10 +1,11 @@
Version bump for compatibility with CMake 4
https://bugs.gentoo.org/951903
https://bugs.gentoo.org/964441
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8.0)
+cmake_minimum_required (VERSION 3.5.0)
+cmake_minimum_required (VERSION 2.8.12...3.10)
project (tini C)
# Config