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:
Maciej Barć
2025-08-31 13:37:27 +02:00
parent ae52fbe3bb
commit bd8421b744
2 changed files with 12 additions and 1 deletions

View File

@@ -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 )

View File

@@ -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: