gentoo/media-gfx/maim/files/maim-5.8.0-cmake-4.patch
Lucio Sauer a5cc650b87
media-gfx/maim: fix build w/ >=dev-build/cmake-4*
Closes: https://bugs.gentoo.org/957925
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Part-of: https://github.com/gentoo/gentoo/pull/42792
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-29 09:36:50 +01:00

11 lines
327 B
Diff

Upstream commit that fixes https://bugs.gentoo.org/957925
https://github.com/naelstrof/maim/commit/1011cfe347fc744ef573474f4111e533c5490a65
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required( VERSION 3.1.3 )
+cmake_minimum_required( VERSION 3.5.0 )
project(maim VERSION 5.8.0 LANGUAGES CXX)