Skip to content

Commit

Permalink
Fix issue where cmake version was being overly restricted in mumps patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcars committed Dec 20, 2024
1 parent b634008 commit 9aee0a3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions extern/patch/mumps/patch_build.diff
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8ca4ca..193e8b5 100644
index c8ca4ca..b85e966 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.20...3.31)
+cmake_minimum_required(VERSION 3.20...3.30)

if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
message(FATAL_ERROR "Please use out of source build:
@@ -12,7 +12,7 @@ endif()

project(MUMPS
Expand Down

0 comments on commit 9aee0a3

Please sign in to comment.