diff options
author | Johnny Jazeix <jazeix@gmail.com> | 2022-01-29 17:02:46 (GMT) |
---|---|---|
committer | Johnny Jazeix <jazeix@gmail.com> | 2022-01-29 17:02:46 (GMT) |
commit | b56e0f46892f4108ec9ef883f7e598eed25eb739 (patch) | |
tree | abe2a5370cf2a1cc53341a61701e7b28f1cf02ce /Modules | |
parent | 55b4e3318db42b7de5d126eeed2854a9cfbc434c (diff) | |
download | CMake-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.in | 3 |
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 |