mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
add a fatal error, and make sure c and c++ compilers work before using them
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user