diff options
author | David Cole <david.cole@kitware.com> | 2012-04-10 19:19:22 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-04-10 19:19:22 (GMT) |
commit | 082fba06623463328ecd6b213b4143532d6fe4aa (patch) | |
tree | ca5ddc517a211d2aa7a2326118cf00dae4dd1618 | |
parent | 797653b8a776035ab4c27275aa0377daca2c8e64 (diff) | |
parent | fcf265fe1a76de13c674a067eba043489f30279b (diff) | |
download | CMake-082fba06623463328ecd6b213b4143532d6fe4aa.zip CMake-082fba06623463328ecd6b213b4143532d6fe4aa.tar.gz CMake-082fba06623463328ecd6b213b4143532d6fe4aa.tar.bz2 |
Merge topic 'CPackNSIS-smallDocTypoFix'
fcf265f CPackNSIS: Rewrite variable documentation to make it more readable.
8fe0da5 Fix some doc typo and add an undocumented var.
-rw-r--r-- | Modules/CPackNSIS.cmake | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake index 7d9f29b..5e2ba17 100644 --- a/Modules/CPackNSIS.cmake +++ b/Modules/CPackNSIS.cmake @@ -15,16 +15,22 @@ ##end # ##variable -# CPACK_NSIS_MUI_ICON - The icon file (.ico) for the generated +# CPACK_NSIS_MUI_ICON - An icon filename. +# The name of a *.ico file used as the main icon for the generated # install program. ##end # ##variable -# CPACK_NSIS_MUI_UNIICON - The icon file (.ico) for the generated +# CPACK_NSIS_MUI_UNIICON - An icon filename. +# The name of a *.ico file used as the main icon for the generated # uninstall program. ##end # ##variable +# CPACK_NSIS_INSTALLER_MUI_ICON_CODE - undocumented. +##end +# +##variable # CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra NSIS commands that will # be added to the install Section. ##end @@ -40,7 +46,8 @@ ##end # ##variable -# CPACK_NSIS_MODIFY_PATH - If this is set to "ON", then an extra page +# CPACK_NSIS_MODIFY_PATH - Modify PATH toggle. +# If this is set to "ON", then an extra page # will appear in the installer that will allow the user to choose # whether the program directory should be added to the system PATH # variable. |