diff options
author | Brad King <brad.king@kitware.com> | 2007-02-02 09:11:39 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-02-02 09:11:39 -0500 |
commit | 8f6b49f7b18b576851fc4c2b14b265e8e7aed577 (patch) | |
tree | 0fca7c8c518a6271f6ed7a5899de7f6b6eb9c311 /Source | |
parent | 180f90a1e34e5c32f60f7df43c45ea6701cb4d7e (diff) | |
download | cmake-8f6b49f7b18b576851fc4c2b14b265e8e7aed577.tar.gz |
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/cmCTestBuildCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestBuildCommand.cxx b/Source/CTest/cmCTestBuildCommand.cxx index 52fb4264ab..10ba856913 100644 --- a/Source/CTest/cmCTestBuildCommand.cxx +++ b/Source/CTest/cmCTestBuildCommand.cxx @@ -95,7 +95,8 @@ cmCTestGenericHandler* cmCTestBuildCommand::InitializeHandler() std::string buildCommand = this->GlobalGenerator->GenerateBuildCommand(cmakeMakeProgram, cmakeProjectName, - cmakeBuildAdditionalFlags, cmakeBuildTarget, cmakeBuildConfiguration, true, false); + cmakeBuildAdditionalFlags, cmakeBuildTarget, + cmakeBuildConfiguration, true, false); this->CTest->SetCTestConfiguration("MakeCommand", buildCommand.c_str()); } else |