summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-26 15:22:05 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-26 15:22:05 (GMT)
commitc8c17454958ea890b9ddb179ef2bca273d30f929 (patch)
treea9672322f3bfb77ac7dd9d6e0d11b4ee602012d1 /Source
parent4d078ab46074f305ccbcca0359f8b7d0636bf1f3 (diff)
parent5ff75873a98fa9f35a80cc7dc092964d0504de8f (diff)
downloadCMake-c8c17454958ea890b9ddb179ef2bca273d30f929.zip
CMake-c8c17454958ea890b9ddb179ef2bca273d30f929.tar.gz
CMake-c8c17454958ea890b9ddb179ef2bca273d30f929.tar.bz2
Merge branch 'fix-IMPORTED-GLOBAL-reconfigure' into release
Diffstat (limited to 'Source')
-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();