From 2f4ea98a4cf35b0aa6ced86c98c4b96984ef4fb7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 21 Jan 2003 12:50:48 -0500 Subject: add a fatal error, and make sure c and c++ compilers work before using them --- Source/cmMessageCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmMessageCommand.h') diff --git a/Source/cmMessageCommand.h b/Source/cmMessageCommand.h index a312edcee6..6ff5512047 100644 --- a/Source/cmMessageCommand.h +++ b/Source/cmMessageCommand.h @@ -60,7 +60,7 @@ public: virtual const char* GetFullDocumentation() { return - "MESSAGE([SEND_ERROR | STATUS] \"message to display\"...)\n" + "MESSAGE([SEND_ERROR | STATUS | FATAL_ERROR] \"message to display\"...)\n" "The arguments are messages to display. If the first argument is SEND_ERROR then an error is raised. If the first argument is STATUS then the message is diaplyed in the progress line for the GUI"; } -- cgit v1.2.1