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());
|
cmSystemTools::Message(message.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(fatal_error)
|
if(fatal_error || send_error)
|
||||||
{
|
{
|
||||||
cmSystemTools::SetFatalErrorOccured();
|
cmSystemTools::SetFatalErrorOccured();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user