Merge topic 'ctest-memcheck-log-newline-issue-12538'
26b6794
Source/cmCTest.cxx: Add missing newline (#12538)
This commit is contained in:
commit
9d87a9251e
|
@ -2801,7 +2801,7 @@ bool cmCTest::SetCTestConfigurationFromCMakeVariable(cmMakefile* mf,
|
|||
}
|
||||
cmCTestLog(this, HANDLER_VERBOSE_OUTPUT,
|
||||
"SetCTestConfigurationFromCMakeVariable:"
|
||||
<< dconfig << ":" << cmake_var);
|
||||
<< dconfig << ":" << cmake_var << std::endl);
|
||||
this->SetCTestConfiguration(dconfig, ctvar);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue