diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-18 12:49:06 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-18 12:49:06 (GMT) |
commit | aee311a89dd409329375fddd357191817277df7f (patch) | |
tree | e859cb7be4f0fd1dd91f1361bf0d9d494028cf98 /Source/cmTryRunCommand.cxx | |
parent | 42a272428b3f805427743c58dcb3457982979797 (diff) | |
download | CMake-aee311a89dd409329375fddd357191817277df7f.zip CMake-aee311a89dd409329375fddd357191817277df7f.tar.gz CMake-aee311a89dd409329375fddd357191817277df7f.tar.bz2 |
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r-- | Source/cmTryRunCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index 127f8ac..ab8670c 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -82,7 +82,8 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv) { int retVal = -1; std::string output; - std::string executableSuffix=this->Makefile->GetDefinition("CMAKE_EXECUTABLE_SUFFIX"); + std::string executableSuffix=this->Makefile->GetDefinition( + "CMAKE_EXECUTABLE_SUFFIX"); std::string command1 = binaryDirectory; std::vector<std::string> attemptedPaths; command1 += "/cmTryCompileExec"; |