diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-06-05 18:32:12 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-06-05 18:32:12 (GMT) |
commit | 7d5bc02c9d18278d47e81db766aa66c1797eafee (patch) | |
tree | ab9aa871b9b4ab2de7ec3cda7bfe56463bc1b524 /Source/cmMakefileTargetGenerator.cxx | |
parent | 503e2baafb10cf69139b4767ce342e0327f43e25 (diff) | |
download | CMake-7d5bc02c9d18278d47e81db766aa66c1797eafee.zip CMake-7d5bc02c9d18278d47e81db766aa66c1797eafee.tar.gz CMake-7d5bc02c9d18278d47e81db766aa66c1797eafee.tar.bz2 |
ENH: line lengths
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileTargetGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index 5a6df64..c5bf92d 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -838,7 +838,8 @@ void cmMakefileTargetGenerator::WriteTargetDriverRule(const char* main_output, comment = "Rule to build all files generated by this target."; // Make sure all custom command outputs in this target are built. - const std::vector<cmSourceFile*>& sources = this->Target->GetSourceFiles(); + const std::vector<cmSourceFile*>& sources = + this->Target->GetSourceFiles(); for(std::vector<cmSourceFile*>::const_iterator source = sources.begin(); source != sources.end(); ++source) { |