Add printout for new flag

This commit is contained in:
Matthias Krack 2026-01-29 17:17:48 +01:00
parent c1d0850744
commit 8408de7462

View file

@ -291,6 +291,7 @@ if [[ "${HELP}" == "yes" ]]; then
fi
echo ""
echo "BUILD_DEPS = ${BUILD_DEPS} (only: ${BUILD_DEPS_ONLY})"
echo "CMAKE_BUILD_TYPE = ${BUILD_TYPE}"
echo "CP2K_VERSION = ${CP2K_VERSION}"
echo "INSTALL_PREFIX = ${INSTALL_PREFIX}"