summaryrefslogtreecommitdiffstats
path: root/Modules/CPack.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-31 20:27:08 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-31 20:27:08 (GMT)
commit5ceafcb7e20c56ec615211da3314443292962283 (patch)
tree646f89ec24de5f1f44b1322adbd64ea8fb55df8c /Modules/CPack.cmake
parenteee294713665bf380d194158aa0947d5f298536a (diff)
downloadCMake-5ceafcb7e20c56ec615211da3314443292962283.zip
CMake-5ceafcb7e20c56ec615211da3314443292962283.tar.gz
CMake-5ceafcb7e20c56ec615211da3314443292962283.tar.bz2
STYLE: mark the generator options as advanced
Alex
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r--Modules/CPack.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index 1e05036..3230e90 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -159,6 +159,13 @@ if(NOT CPACK_SOURCE_GENERATOR)
cpack_optional_append(CPACK_SOURCE_GENERATOR CPACK_SOURCE_ZIP ZIP)
endif(NOT CPACK_SOURCE_GENERATOR)
+# mark the above options as advanced
+mark_as_advanced(CPACK_CYGWIN_BINARY CPACK_PACKAGEMAKER CPACK_OSXX11
+ CPACK_STGZ CPACK_TGZ CPACK_TBZ2 CPACK_DEB CPACK_RPM
+ CPACK_TZ CPACK_NSIS CPACK_ZIP
+ CPACK_SOURCE_CYGWIN CPACK_SOURCE_TBZ2 CPACK_SOURCE_TGZ
+ CPACK_SOURCE_TZ CPACK_SOURCE_ZIP)
+
# Set some other variables
cpack_set_if_not_set(CPACK_INSTALL_CMAKE_PROJECTS
"${CMAKE_BINARY_DIR};${CMAKE_PROJECT_NAME};ALL;/")