mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 10:47:59 +08:00
cmGlobalGenerator: Clear list of install components between runs
This commit is contained in:
@@ -1811,6 +1811,7 @@ void cmGlobalGenerator::ClearGeneratorMembers()
|
||||
|
||||
this->AliasTargets.clear();
|
||||
this->ExportSets.clear();
|
||||
this->InstallComponents.clear();
|
||||
this->TargetDependencies.clear();
|
||||
this->TargetSearchIndex.clear();
|
||||
this->GeneratorTargetSearchIndex.clear();
|
||||
|
Reference in New Issue
Block a user