diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-19 11:13:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-24 07:39:39 (GMT) |
commit | 8bfff68642cfba9de42fa854d90a7cecbc507c83 (patch) | |
tree | 842a0667714430fd7d9233b22a0d5474d5410875 /Source/cmGlobalGenerator.cxx | |
parent | 2c2479fbed07457529156be637540ae5e0b0afe7 (diff) | |
download | CMake-8bfff68642cfba9de42fa854d90a7cecbc507c83.zip CMake-8bfff68642cfba9de42fa854d90a7cecbc507c83.tar.gz CMake-8bfff68642cfba9de42fa854d90a7cecbc507c83.tar.bz2 |
cmLocalGenerator: Compute object max path on construction.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 9d9aaf4..3589e82 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1257,11 +1257,6 @@ bool cmGlobalGenerator::Compute() unsigned int i; - for (i = 0; i < this->LocalGenerators.size(); ++i) - { - this->LocalGenerators[i]->ComputeObjectMaxPath(); - } - // Add generator specific helper commands for (i = 0; i < this->LocalGenerators.size(); ++i) { |