mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Make message(SEND_ERROR) report context.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user