Merge branch 'fix-IMPORTED-GLOBAL-reconfigure' into release

This commit is contained in:
Brad King 2012-11-26 10:22:05 -05:00
commit c8c1745495
1 changed files with 1 additions and 0 deletions

View File

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