mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Fix typo
This commit is contained in:
parent
9bec092fd1
commit
99201c48e0
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ if [[ ! -d "${CMAKE_BUILD_PATH}" ]]; then
|
|||
esac
|
||||
if ((EXIT_CODE != 0)); then
|
||||
echo "ERROR: The CMake configuration step failed with the error code ${EXIT_CODE}"
|
||||
echo " You can try to remove the build folder with 'rm -rf build' and re-runx"
|
||||
echo " You can try to remove the build folder with 'rm -rf build' and re-run"
|
||||
echo " or even start the whole CP2K installation from scratch with the \"-bd\" flag"
|
||||
${EXIT_CMD} "${EXIT_CODE}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue