mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
d1f00444d1
NSIS macro variables MUI_*_BITMAP require Windows-style paths. Don't rely on the user and convert them explicitly. For good measure, also convert the paths for MUI_PAGE_LICENSE, MUI_ICON and MUI_UNIICON. Note that NSIS scripts only require quotes for strings with spaces and ConvertToWindowsOutputPath() handles this automatically. Fixes: #9945