Merge topic 'fix-coverage-over-multiple-projects'

eb1d6ce CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
This commit is contained in:
Brad King 2013-10-30 10:25:12 -04:00 committed by CMake Topic Stage
commit f2572b04c5
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ void cmCTestCoverageHandler::Initialize()
this->Superclass::Initialize();
this->CustomCoverageExclude.clear();
this->SourceLabels.clear();
this->TargetDirs.clear();
this->LabelIdMap.clear();
this->Labels.clear();
this->LabelFilter.clear();