mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
Closes: https://bugs.gentoo.org/923350 Closes: https://bugs.gentoo.org/911578 Closes: https://bugs.gentoo.org/908889 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35374 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
388 B
Diff
14 lines
388 B
Diff
From: Paul Zander <negril.nx+gentoo@gmail.com>
|
|
|
|
Bump cmake minimum version to remove warning
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 88d34f0..232c643 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
|
|
+cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
|
|
|
|
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/adm/cmake")
|
|
|