1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 19:08:07 +08:00

cmGlobalGenerator: Clear list of install components between runs

This commit is contained in:
Brad King
2020-12-10 16:34:45 -05:00
parent 7dec962599
commit 69ea84ec09

View File

@@ -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();