Simplify CTest pre-run test command

This commit is contained in:
ISSOtm
2026-03-28 01:21:08 +01:00
parent b736fa22ff
commit f7831ce8da
+1 -1
View File
@@ -1 +1 @@
set(CTEST_CUSTOM_PRE_TEST "bash -ec 'cd @CMAKE_CURRENT_SOURCE_DIR@ && ./fetch-test-deps.sh @ONLY_FREE@ @ONLY_INTERNAL@'")
set(CTEST_CUSTOM_PRE_TEST "@CMAKE_CURRENT_SOURCE_DIR@/fetch-test-deps.sh @ONLY_FREE@ @ONLY_INTERNAL@")