ENH: make all errors fatal in message command
This commit is contained in:
parent
07ef88c985
commit
0205c6bb1a
|
@ -72,7 +72,7 @@ bool cmMessageCommand::InitialPass(std::vector<std::string> const& args)
|
|||
cmSystemTools::Message(message.c_str());
|
||||
}
|
||||
}
|
||||
if(fatal_error)
|
||||
if(fatal_error || send_error)
|
||||
{
|
||||
cmSystemTools::SetFatalErrorOccured();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue