mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Merge topic 'ctest-variable-docs'
4da5a227Help: document CTEST_CUSTOM_* variables70c0cc72ctest_read_custom_files: mention that ctest does this automatically71c67e83CTEST_CUSTOM_*: treat variables as lists936a95d4CTestCoverageCollectGCOV: replace tabulators
This commit is contained in:
@@ -161,7 +161,7 @@ function(ctest_coverage_collect_gcov)
|
||||
message(STATUS "Could not determine source file corresponding to: ${gcov_file}")
|
||||
endif()
|
||||
|
||||
foreach(exclude_entry ${CTEST_CUSTOM_COVERAGE_EXCLUDE})
|
||||
foreach(exclude_entry IN LISTS CTEST_CUSTOM_COVERAGE_EXCLUDE)
|
||||
if(source_file MATCHES "${exclude_entry}")
|
||||
set(is_excluded true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user