mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
Fix line length.
This commit is contained in:
parent
e0230d7bef
commit
7199badb00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user