cmLocalGenerator: ComputeObjectMaxPath just before generating.

This commit is contained in:
Stephen Kelly
2015-05-30 19:34:09 +02:00
committed by Brad King
parent 27e11c6fea
commit 0863797037
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -1223,6 +1223,7 @@ void cmGlobalGenerator::Generate()
this->CreateDefaultGlobalTargets(&globalTargets);
for (i = 0; i < this->LocalGenerators.size(); ++i)
{
this->LocalGenerators[i]->ComputeObjectMaxPath();
cmMakefile* mf = this->LocalGenerators[i]->GetMakefile();
cmTargets* targets = &(mf->GetTargets());
cmTargets::iterator tit;