diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-12-04 15:55:17 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-12-04 15:55:17 (GMT) |
commit | cb4f04c94e5815393e9b1d765588c23656149b4e (patch) | |
tree | e1586635e8c85d0e88faf7b42451f9d8f2de40ca /Modules/Documentation.cmake | |
parent | f68e64e2d8488a57740cc5b2fb0f914a769c4e8e (diff) | |
download | CMake-cb4f04c94e5815393e9b1d765588c23656149b4e.zip CMake-cb4f04c94e5815393e9b1d765588c23656149b4e.tar.gz CMake-cb4f04c94e5815393e9b1d765588c23656149b4e.tar.bz2 |
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
Diffstat (limited to 'Modules/Documentation.cmake')
-rw-r--r-- | Modules/Documentation.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/Documentation.cmake b/Modules/Documentation.cmake index c86e704..f090aeb 100644 --- a/Modules/Documentation.cmake +++ b/Modules/Documentation.cmake @@ -7,6 +7,7 @@ # Build the documentation ? # OPTION(BUILD_DOCUMENTATION "Build the documentation (Doxygen)." OFF) +MARK_AS_ADVANCED(BUILD_DOCUMENTATION) IF (BUILD_DOCUMENTATION) @@ -25,6 +26,11 @@ IF (BUILD_DOCUMENTATION) OPTION(DOCUMENTATION_HTML_TARZ "Build a compressed tar archive of the HTML doc." OFF) + MARK_AS_ADVANCED( + DOCUMENTATION_HTML_HELP + DOCUMENTATION_HTML_TARZ + ) + # # The documentation process is controled by a batch file. # We will probably need bash to create the custom target |