ENH: do not print a call stack if the user does a message error unless --debug-output is used

This commit is contained in:
Bill Hoffman
2006-10-06 11:11:59 -04:00
parent 7f7374e818
commit 017cec95ad
4 changed files with 28 additions and 4 deletions
+3
View File
@@ -85,6 +85,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
{"--debug-trycompile", "Do not delete the try compile directories..",
"Do not delete the files and directories created for try_compile calls. "
"This is useful in debugging failed try_compiles."},
{"--debug-output", "Put cmake in a debug mode.",
"Print extra stuff during the cmake run like stack traces with "
"message(send_error ) calls."},
{"--help-command cmd [file]", "Print help for a single command and exit.",
"Full documentation specific to the given command is displayed."},
{"--help-command-list [file]", "List available listfile commands and exit.",