diff options
Diffstat (limited to 'Source')
-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 |