gentoo/app-misc/cmatrix/files/cmatrix-2.0-cmake4.patch
Johannes Huber 5111996fc8
app-misc/cmatrix: fix build w/ cmake 4
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>
2025-05-27 05:28:34 +01:00

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")