summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-02-01 15:30:50 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-02-01 15:30:55 (GMT)
commite7e5ebd0e37b333a6bb1b540860cab172a75c830 (patch)
tree3467eb65014aa42b4759db257fa8d12e938ed1d9
parenta9150aa35fc43de50cb132e5cfcb5cc3a362ff05 (diff)
parentb56e0f46892f4108ec9ef883f7e598eed25eb739 (diff)
downloadCMake-e7e5ebd0e37b333a6bb1b540860cab172a75c830.zip
CMake-e7e5ebd0e37b333a6bb1b540860cab172a75c830.tar.gz
CMake-e7e5ebd0e37b333a6bb1b540860cab172a75c830.tar.bz2
Merge topic 'cpack_nsis_no_description'
b56e0f4689 CPack/NSIS: Fix description not displayed for components Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6920
-rw-r--r--Modules/Internal/CPack/NSIS.template.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Internal/CPack/NSIS.template.in b/Modules/Internal/CPack/NSIS.template.in
index 8a0c972..e3abf22 100644
--- a/Modules/Internal/CPack/NSIS.template.in
+++ b/Modules/Internal/CPack/NSIS.template.in
@@ -531,7 +531,6 @@ FunctionEnd
@CPACK_NSIS_INSTALLER_ICON_CODE@
@CPACK_NSIS_INSTALLER_MUI_WELCOMEFINISH_CODE@
@CPACK_NSIS_INSTALLER_MUI_UNWELCOMEFINISH_CODE@
-@CPACK_NSIS_INSTALLER_MUI_COMPONENTS_DESC@
@CPACK_NSIS_INSTALLER_MUI_FINISHPAGE_RUN_CODE@
;--------------------------------
@@ -648,7 +647,7 @@ FunctionEnd
;--------------------------------
; Component sections
@CPACK_NSIS_COMPONENT_SECTIONS@
-
+@CPACK_NSIS_INSTALLER_MUI_COMPONENTS_DESC@
;--------------------------------
;Installer Sections