summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-12-10 21:34:45 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-28 17:46:32 (GMT)
commit69ea84ec09aecd64b10c053cc3ecde18bfda2fa9 (patch)
tree17c5c5469494de316980dcc013e996a25a4c0508 /Source/cmGlobalGenerator.cxx
parent7dec96259992d21f238d1a5a15bded5acb0f6f08 (diff)
downloadCMake-69ea84ec09aecd64b10c053cc3ecde18bfda2fa9.zip
CMake-69ea84ec09aecd64b10c053cc3ecde18bfda2fa9.tar.gz
CMake-69ea84ec09aecd64b10c053cc3ecde18bfda2fa9.tar.bz2
cmGlobalGenerator: Clear list of install components between runs
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 9230091..ab76260 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -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();