diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-10-13 12:56:38 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-10-13 12:56:38 (GMT) |
commit | 7199badb009fc0f0f1d510685aaa5ad5a7fabc84 (patch) | |
tree | 90b59558c78bd9452b44dfc893d6fa32f07775ed /Source/cmCTest.cxx | |
parent | e0230d7bef41c54ed8ca0052efc4673348a11ab9 (diff) | |
download | CMake-7199badb009fc0f0f1d510685aaa5ad5a7fabc84.zip CMake-7199badb009fc0f0f1d510685aaa5ad5a7fabc84.tar.gz CMake-7199badb009fc0f0f1d510685aaa5ad5a7fabc84.tar.bz2 |
Fix line length.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 3466183..be08be1 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -1266,7 +1266,8 @@ void cmCTest::StartXML(std::ostream& ostr, bool append) << this->GetCTestConfiguration("Site") << "\"\n\tGenerator=\"ctest-" << cmVersion::GetCMakeVersion() << "\"\n" << (append? "\tAppend=\"true\"\n":"") - << "\tCompilerName=\"" << this->GetCTestConfiguration("Compiler") << "\"\n" + << "\tCompilerName=\"" << this->GetCTestConfiguration("Compiler") + << "\"\n" #ifdef _COMPILER_VERSION << "\tCompilerVersion=\"_COMPILER_VERSION\"\n" #endif |