summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorJohnny Jazeix <jazeix@gmail.com>2022-01-29 17:02:46 (GMT)
committerJohnny Jazeix <jazeix@gmail.com>2022-01-29 17:02:46 (GMT)
commitb56e0f46892f4108ec9ef883f7e598eed25eb739 (patch)
treeabe2a5370cf2a1cc53341a61701e7b28f1cf02ce /Modules
parent55b4e3318db42b7de5d126eeed2854a9cfbc434c (diff)
downloadCMake-b56e0f46892f4108ec9ef883f7e598eed25eb739.zip
CMake-b56e0f46892f4108ec9ef883f7e598eed25eb739.tar.gz
CMake-b56e0f46892f4108ec9ef883f7e598eed25eb739.tar.bz2
CPack/NSIS: Fix description not displayed for components
Fixes: #23151
Diffstat (limited to 'Modules')
-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