Harmonise naming of CMake test knobs

Also reorganise the file a little
This commit is contained in:
ISSOtm
2026-03-14 22:31:11 -04:00
committed by Rangi
parent c963c7b1c7
commit 45fff0fd58
4 changed files with 23 additions and 23 deletions

View File

@@ -1 +1 @@
set(CTEST_CUSTOM_PRE_TEST "bash -c 'cd @CMAKE_CURRENT_SOURCE_DIR@\; ./fetch-test-deps.sh @ONLY_FREE@ @ONLY_INTERNAL@'")
set(CTEST_CUSTOM_PRE_TEST "bash -ec 'cd @CMAKE_CURRENT_SOURCE_DIR@ && ./fetch-test-deps.sh @ONLY_FREE@ @ONLY_INTERNAL@'")