mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
ENH: make all errors fatal in message command
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user