CMake: Make "require out-of-source builds" valid (#4876)

This commit is contained in:
SY Wang 2026-02-24 19:06:05 +08:00 committed by GitHub
parent d54fdbb405
commit 52b94d0137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 11 deletions

View file

@ -72,7 +72,7 @@ run_test mypy --strict ./tools/vibronic_spec/
# /workspace/artifacts/dashboard/
# done
run_test cmake -DCP2K_ENABLE_CONSISTENCY_CHECKS=ON .
run_test cmake -S . -B build -DCP2K_ENABLE_CONSISTENCY_CHECKS=ON
echo ""
echo "Summary: Miscellaneous tests passed"