Files
gentoo/dev-libs/psimd/files/psimd-2020.05.17-cmake.patch
Alfredo Tupone e8dd195482 dev-libs/psimd: fix cmake min req
Closes: https://bugs.gentoo.org/952047
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-03-25 22:24:40 +01:00

9 lines
261 B
Diff

--- a/CMakeLists.txt 2025-03-25 22:19:26.850541298 +0100
+++ b/CMakeLists.txt 2025-03-25 22:20:05.552064656 +0100
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)
INCLUDE(GNUInstallDirs)