mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Closes: https://bugs.gentoo.org/952791 Signed-off-by: Johannes Huber <johu@gmx.de> Part-of: https://github.com/gentoo/gentoo/pull/42266 Closes: https://github.com/gentoo/gentoo/pull/42266 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
296 B
Diff
13 lines
296 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index fba6fed..3b6300e 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,6 +1,6 @@
|
|
# CMake build system for CMatrix
|
|
|
|
-cmake_minimum_required(VERSION 2.8)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(CMatrix LANGUAGES C)
|
|
set(VERSION "2.0")
|