mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
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>
10 lines
254 B
Diff
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)
|
|
|