mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 17:18:18 +00:00
CTest: Restore support for dashboard client build targets
In commit a7780d1b9c (ctest: Add a `CoverageTool` setting to enable
integration with `llvm-cov`, 2026-04-15, v4.4.0-rc1~230^2) we missed a
closing parenthesis in the internal script backing the CTest build
targets.
This commit is contained in:
committed by
Brad King
parent
23f412a704
commit
2516d5f7ae
@@ -48,7 +48,7 @@ set(CTEST_USE_LAUNCHERS "@CTEST_USE_LAUNCHERS@")
|
||||
set(CTEST_RESOURCE_SPEC_FILE "@CTEST_RESOURCE_SPEC_FILE@")
|
||||
set(CTEST_TEST_LOAD "@CTEST_TEST_LOAD@")
|
||||
set(CTEST_TEST_TIMEOUT "@DART_TESTING_TIMEOUT@")
|
||||
set(CTEST_TEST_COVERAGE_TOOL "@COVERAGE_TOOL@"
|
||||
set(CTEST_TEST_COVERAGE_TOOL "@COVERAGE_TOOL@")
|
||||
|
||||
# CTest Coverage Step
|
||||
set(CTEST_COVERAGE_COMMAND "@COVERAGE_COMMAND@")
|
||||
|
||||
Reference in New Issue
Block a user