mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
ENH: try markign non zero return values as warnings for make programs
This commit is contained in:
@@ -709,8 +709,6 @@ int cmCTestBuildHandler::RunMakeCommand(const char* command,
|
||||
this->ErrorsAndWarnings.push_back(errorwarning);
|
||||
this->TotalWarnings ++;
|
||||
}
|
||||
cmCTestLog(this->CTest, ERROR_MESSAGE, "There was an error: "
|
||||
<< cmsysProcess_GetErrorString(cp) << std::endl);
|
||||
}
|
||||
else if(result == cmsysProcess_State_Exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user