gentoo-ebuilds/sci-libs/opencascade/files/opencascade-7.8.0-cmake-min-version.patch
Paul Zander 6c55a8ea86
sci-libs/opencascade: add 7.7.1, 7.7.2, 7.8.0, 9999
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>
2024-03-23 08:33:26 +00:00

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