mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-util/antimicrox: bump cmake_minimum_required
Closes: https://bugs.gentoo.org/958505 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -46,7 +46,10 @@ BDEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-man_gz.patch" )
|
||||
PATCHES=(
|
||||
"${FILESDIR}/antimicrox-man_gz.patch"
|
||||
"${FILESDIR}/antimicrox-3.5.1-cmake_minimum_required.patch"
|
||||
)
|
||||
|
||||
DOCS=( CHANGELOG.md README.md )
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
--- a/tests/CMakeLists.txt
|
||||
+++ b/tests/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required(VERSION 2.8.11)
|
||||
+cmake_minimum_required(VERSION 3.20)
|
||||
project(aboutdialogClass)
|
||||
|
||||
# Tell CMake to run moc when necessary:
|
||||
Reference in New Issue
Block a user