diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-06-07 12:47:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-06-07 12:47:44 (GMT) |
commit | 8d604cfad31041d092cd069b25bfc43a33cb1846 (patch) | |
tree | 71dc0b2d7a3ba8046a45e8f148eeac5a23f6bb86 /Source/cmakemain.cxx | |
parent | abf97b5b84f8c4f8f3fb3bcf4e20f164c6c86233 (diff) | |
download | CMake-8d604cfad31041d092cd069b25bfc43a33cb1846.zip CMake-8d604cfad31041d092cd069b25bfc43a33cb1846.tar.gz CMake-8d604cfad31041d092cd069b25bfc43a33cb1846.tar.bz2 |
ENH: add docs for debug trycompile
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 3da5a06..1a5d2db 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -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.", |