Skip to content

Commit da6f0dc

Browse files
committed
Fix GROMACS patch
1 parent fd303f5 commit da6f0dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gromacs/CMakeLists.txt.Lepton.diff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ index 8acf71e985..494254aac0 100644
1212

1313
##################################################
1414
diff --git a/src/gromacs/CMakeLists.txt b/src/gromacs/CMakeLists.txt
15-
index 04f980777c..45c1ce781d 100644
15+
index d932509388..1e841b5b84 100644
1616
--- a/src/gromacs/CMakeLists.txt
1717
+++ b/src/gromacs/CMakeLists.txt
18-
@@ -446,6 +446,8 @@ target_link_libraries(libgromacs PRIVATE lmfit)
18+
@@ -460,6 +460,8 @@ target_link_libraries(libgromacs PRIVATE lmfit)
1919
target_link_libraries(libgromacs PRIVATE muparser::muparser)
2020
gmx_manage_colvars()
2121
target_link_libraries(libgromacs PRIVATE colvars)
2222
+gmx_manage_lepton()
2323
+target_link_libraries(libgromacs PRIVATE lepton)
24-
gmx_manage_plumed()
2524
target_link_libraries(libgromacs PRIVATE plumedgmx)
2625

26+
# Make sure we fix "everything" found by compilers that support that

0 commit comments

Comments
 (0)