gentoo-ebuilds/x11-misc/slop/files/slop-7.6-cmake4.patch
Johannes Huber a8405ca967
x11-misc/slop: fix build w/ cmake 4
Closes: https://bugs.gentoo.org/955893
Signed-off-by: Johannes Huber <johu@gmx.de>
Part-of: https://github.com/gentoo/gentoo/pull/42215
Closes: https://github.com/gentoo/gentoo/pull/42215
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-05-22 23:12:01 +02:00

10 lines
254 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44657ec..e400508 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1.3)
+cmake_minimum_required(VERSION 3.5)
project(slop VERSION 7.6 LANGUAGES CXX)