summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetsCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-11 15:50:11 -0400
committerKen Martin <ken.martin@kitware.com>2006-05-11 15:50:11 -0400
commitba2b99bb9ff5e260f3129fdb4f87ae7e67a08301 (patch)
tree9813a8b1160fa7900b626b0092c01cdd1c306ebc /Source/cmInstallTargetsCommand.cxx
parent80f71359c1157ddaa59291b95d2c05ceb577ffde (diff)
downloadcmake-ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301.tar.gz
STYLE: fix line length
Diffstat (limited to 'Source/cmInstallTargetsCommand.cxx')
-rw-r--r--Source/cmInstallTargetsCommand.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmInstallTargetsCommand.cxx b/Source/cmInstallTargetsCommand.cxx
index 5a16d5833e..42f83acb80 100644
--- a/Source/cmInstallTargetsCommand.cxx
+++ b/Source/cmInstallTargetsCommand.cxx
@@ -17,7 +17,8 @@
#include "cmInstallTargetsCommand.h"
// cmExecutableCommand
-bool cmInstallTargetsCommand::InitialPass(std::vector<std::string> const& args)
+bool cmInstallTargetsCommand
+::InitialPass(std::vector<std::string> const& args)
{
if(args.size() < 2 )
{
@@ -36,7 +37,8 @@ bool cmInstallTargetsCommand::InitialPass(std::vector<std::string> const& args)
++s;
if ( s == args.end() )
{
- this->SetError("called with RUNTIME_DIRECTORY but no actual directory");
+ this->SetError("called with RUNTIME_DIRECTORY but no actual "
+ "directory");
return false;
}