mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
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