mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
79f48da5c2
If a previous installation was detected by the NSIS script the uninstaller was not correctly run unless it was still named `Uninstall.exe`. This meant that using `CPACK_NSIS_UNINSTALL_NAME` was simply broken. Fixes: #22103