ENH: Make message(SEND_ERROR) report context.
This commit is contained in:
parent
238d9d9e30
commit
ce0f575473
|
@ -60,7 +60,7 @@ bool cmMessageCommand
|
|||
|
||||
if (send_error || fatal_error)
|
||||
{
|
||||
cmSystemTools::Error(message.c_str());
|
||||
this->Makefile->IssueMessage(cmake::FATAL_ERROR, message.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue