mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user