mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Merge branch 'jacoco_parser_crash' into release-3.14
Merge-request: !3147
This commit is contained in:
@@ -29,6 +29,7 @@ protected:
|
||||
this->PackageName = atts[1];
|
||||
this->PackagePath.clear();
|
||||
} else if (name == "sourcefile") {
|
||||
this->FilePath.clear();
|
||||
std::string fileName = atts[1];
|
||||
|
||||
if (this->PackagePath.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user