mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06: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