diff options
author | Brad King <brad.king@kitware.com> | 2007-02-02 14:11:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-02-02 14:11:39 (GMT) |
commit | 8f6b49f7b18b576851fc4c2b14b265e8e7aed577 (patch) | |
tree | 0fca7c8c518a6271f6ed7a5899de7f6b6eb9c311 /Source/CTest | |
parent | 180f90a1e34e5c32f60f7df43c45ea6701cb4d7e (diff) | |
download | CMake-8f6b49f7b18b576851fc4c2b14b265e8e7aed577.zip CMake-8f6b49f7b18b576851fc4c2b14b265e8e7aed577.tar.gz CMake-8f6b49f7b18b576851fc4c2b14b265e8e7aed577.tar.bz2 |
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source/CTest')
-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 52fb426..10ba856 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 |