diff options
-rw-r--r-- | Modules/CPack.cmake | 7 |
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;/") |