ENH: add docs for debug trycompile

This commit is contained in:
Bill Hoffman 2006-06-07 08:47:44 -04:00
parent abf97b5b84
commit 8d604cfad3
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
{"--graphviz=[file]", "Generate graphviz of dependencies.",
"Generate a graphviz input file that will contain all the library and "
"executable dependencies in the project."},
{"--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."},
{"--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.",