mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 15:37:58 +02:00
Closes: https://bugs.gentoo.org/957495 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
10 lines
233 B
Diff
10 lines
233 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 85abceb..7aeb868 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.1.0)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(direwolf)
|
|
|