-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update scotch patch that removes fortran from cmake enable_language f…
…or scotch 7.0.5
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ jobs: | |
permissions: | ||
contents: write | ||
steps: | ||
- uses: dev-drprasad/[email protected].3 | ||
- uses: dev-drprasad/[email protected].4 | ||
with: | ||
repo: spatial-model-editor/sme_deps_common | ||
keep_latest: 5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 84ddbb3..5637d1f 100644 | ||
index ce3c5ba..b05667f 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -43,7 +43,7 @@ | ||
@@ -42,7 +42,7 @@ | ||
############################################################ | ||
|
||
cmake_minimum_required(VERSION 3.10) | ||
project(SCOTCH) | ||
-enable_language(C Fortran) | ||
+enable_language(C) | ||
-project(SCOTCH LANGUAGES C Fortran) | ||
+project(SCOTCH LANGUAGES C) | ||
|
||
# Add module directory | ||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) |