mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Remove wrong else block for PROFILE test
This commit is contained in:
parent
97d5d14868
commit
d5e67e2707
1 changed files with 0 additions and 3 deletions
|
|
@ -27,9 +27,6 @@ if [[ "${PROFILE}" == "spack" ]]; then
|
|||
elif [[ "${PROFILE}" == "toolchain" ]]; then
|
||||
# shellcheck disable=SC1091
|
||||
source "${TOOLCHAIN_DIR}/install/setup"
|
||||
else
|
||||
echo "Unknown PROFILE=\"${PROFILE}\" specified (select spack or toolchain)"
|
||||
return 1
|
||||
fi
|
||||
|
||||
# Run CMake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue