diff options
author | Brad King <brad.king@kitware.com> | 2006-09-01 13:51:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-09-01 13:51:28 (GMT) |
commit | 57eb30087f182ce42716e50f42631805c93f9028 (patch) | |
tree | 6ee908983d85ad9cea9eca4f90420502c73769b5 /Source/cmGlobalGenerator.cxx | |
parent | 6932bbd8d600983a63ca99a22498db8df7402193 (diff) | |
download | CMake-57eb30087f182ce42716e50f42631805c93f9028.zip CMake-57eb30087f182ce42716e50f42631805c93f9028.tar.gz CMake-57eb30087f182ce42716e50f42631805c93f9028.tar.bz2 |
STYLE: Fixed line-too-long warning.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 1b72f40..67cd0c1 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1459,7 +1459,8 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets) if(this->InstallTargetEnabled) { std::string cmd; - cpackCommandLines.erase(cpackCommandLines.begin(), cpackCommandLines.end()); + cpackCommandLines.erase(cpackCommandLines.begin(), + cpackCommandLines.end()); singleLine.erase(singleLine.begin(), singleLine.end()); depends.erase(depends.begin(), depends.end()); if ( this->GetPreinstallTargetName() ) |