summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-20 16:47:57 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-11-20 16:47:57 (GMT)
commit9e73b3a09536aa818793810cb083313b5750db78 (patch)
tree7fad7d50fd9cf5cd615716dde2a46728c5409a67 /Source/cmGlobalGenerator.cxx
parent5e0906629b2837bf641546ab46161c10603b73ba (diff)
parent5ff75873a98fa9f35a80cc7dc092964d0504de8f (diff)
downloadCMake-9e73b3a09536aa818793810cb083313b5750db78.zip
CMake-9e73b3a09536aa818793810cb083313b5750db78.tar.gz
CMake-9e73b3a09536aa818793810cb083313b5750db78.tar.bz2
Merge topic 'fix-IMPORTED-GLOBAL-reconfigure'
5ff7587 Initialize IMPORTED GLOBAL targets on reconfigure (#13702)
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 b9de4d8..6c95ea8 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -828,6 +828,7 @@ void cmGlobalGenerator::Configure()
this->LocalGenerators.clear();
this->TargetDependencies.clear();
this->TotalTargets.clear();
+ this->ImportedTargets.clear();
this->LocalGeneratorToTargetMap.clear();
this->ProjectMap.clear();
this->RuleHashes.clear();