-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize patch for GROMACS CMakeLists with upstream version
Also ignore errors when patchiing CMake recipes
- Loading branch information
1 parent
a22853a
commit a072165
Showing
2 changed files
with
16 additions
and
18 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 70b0369bed..cccfe2aa1b 100644 | ||
index 3681e50c8c..108c35e8f5 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -678,6 +678,8 @@ include(gmxManageLmfit) | ||
@@ -684,6 +684,8 @@ include(gmxManageLmfit) | ||
|
||
include(gmxManageMuparser) | ||
|
||
+include(gmxManageLepton) | ||
+ | ||
include(gmxManageColvars) | ||
|
||
################################################## | ||
include(gmxManagePlumed) |
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