mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
Fix line length.
This commit is contained in:
parent
dd07161c51
commit
72210c2662
@ -765,7 +765,8 @@ int cmCTestCoverageHandler::HandleGTMCoverage(
|
||||
cmCTestCoverageHandlerContainer* cont)
|
||||
{
|
||||
cmParseGTMCoverage cov(*cont, this->CTest);
|
||||
std::string coverageFile = this->CTest->GetBinaryDir() + "/gtm_coverage.mcov";
|
||||
std::string coverageFile = this->CTest->GetBinaryDir() +
|
||||
"/gtm_coverage.mcov";
|
||||
if(cmSystemTools::FileExists(coverageFile.c_str()))
|
||||
{
|
||||
cov.ReadGTMCoverage(coverageFile.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user