mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
ctest_coverage: If gcov is not found just warn, not error
This commit is contained in:
parent
a7305ef00a
commit
9ac2e18960
@ -929,8 +929,7 @@ int cmCTestCoverageHandler::HandleGCovCoverage(
|
||||
std::string gcovCommand =
|
||||
this->CTest->GetCTestConfiguration("CoverageCommand");
|
||||
if (gcovCommand.empty()) {
|
||||
cmCTestLog(this->CTest, ERROR_MESSAGE, "Could not find gcov."
|
||||
<< std::endl);
|
||||
cmCTestLog(this->CTest, WARNING, "Could not find gcov." << std::endl);
|
||||
return 0;
|
||||
}
|
||||
std::string gcovExtraFlags =
|
||||
|
Loading…
Reference in New Issue
Block a user