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-"
|
<< this->GetCTestConfiguration("Site") << "\"\n\tGenerator=\"ctest-"
|
||||||
<< cmVersion::GetCMakeVersion() << "\"\n"
|
<< cmVersion::GetCMakeVersion() << "\"\n"
|
||||||
<< (append? "\tAppend=\"true\"\n":"")
|
<< (append? "\tAppend=\"true\"\n":"")
|
||||||
<< "\tCompilerName=\"" << this->GetCTestConfiguration("Compiler") << "\"\n"
|
<< "\tCompilerName=\"" << this->GetCTestConfiguration("Compiler")
|
||||||
|
<< "\"\n"
|
||||||
#ifdef _COMPILER_VERSION
|
#ifdef _COMPILER_VERSION
|
||||||
<< "\tCompilerVersion=\"_COMPILER_VERSION\"\n"
|
<< "\tCompilerVersion=\"_COMPILER_VERSION\"\n"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue