STYLE: Fix line length violation.
This commit is contained in:
parent
85a46e9e51
commit
61cda77869
|
@ -69,14 +69,13 @@ bool cmCTestHandlerCommand
|
||||||
{
|
{
|
||||||
this->
|
this->
|
||||||
CTest->SetCTestConfiguration("BuildDirectory",
|
CTest->SetCTestConfiguration("BuildDirectory",
|
||||||
cmSystemTools::CollapseFullPath(bdir).c_str());
|
cmSystemTools::CollapseFullPath(bdir).c_str());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cmCTestLog(this->CTest, ERROR_MESSAGE,
|
cmCTestLog(this->CTest, ERROR_MESSAGE,
|
||||||
"CTEST_BINARY_DIRECTORY not set" << std::endl;);
|
"CTEST_BINARY_DIRECTORY not set" << std::endl;);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if ( this->Values[ct_SOURCE] )
|
if ( this->Values[ct_SOURCE] )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue