ENH: Make message(SEND_ERROR) report context.

This commit is contained in:
Brad King 2008-04-14 09:20:16 -04:00
parent 238d9d9e30
commit ce0f575473
1 changed files with 1 additions and 1 deletions

View File

@ -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
{