summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-30 17:34:09 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-04 13:06:41 (GMT)
commit0863797037b82f01cb356cb2cd4cdcef7ca8ae48 (patch)
tree53aaecc5ba7f9c57bb97b5a56ec79532e5e024aa /Source/cmGlobalGenerator.cxx
parent27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4 (diff)
downloadCMake-0863797037b82f01cb356cb2cd4cdcef7ca8ae48.zip
CMake-0863797037b82f01cb356cb2cd4cdcef7ca8ae48.tar.gz
CMake-0863797037b82f01cb356cb2cd4cdcef7ca8ae48.tar.bz2
cmLocalGenerator: ComputeObjectMaxPath just before generating.
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 4fa7a61..d1842c1 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -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;