Skip to content
Snippets Groups Projects
Commit 94f4ec41 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added plumed- prefix

See 9b50841c
parent 9ebbb09e
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,6 @@ plumed_before_patch(){
plumed_patch_info
mv cmake/gmxVersionInfo.cmake cmake/gmxVersionInfo.cmake.preplumed
awk -v version="$PLUMED_VERSION" '/^set\(GMX_VERSION_STRING_OF_FORK/{gsub(/""/, version)}; {print}' cmake/gmxVersionInfo.cmake.preplumed > cmake/gmxVersionInfo.cmake
awk -v version="$PLUMED_VERSION" '/^set\(GMX_VERSION_STRING_OF_FORK/{gsub(/""/, "plumed-" version)}; {print}' cmake/gmxVersionInfo.cmake.preplumed > cmake/gmxVersionInfo.cmake
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment