mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
1b1ad2a2f4
This reverts commit09475c29(CPack/NSIS: Sign the uninstaller, 2017-03-01) and follow-up commite1ee7b43(CPack/NSIS: Avoid a race condition when generating the installer, 2017-03-22). The signing implementation does not work on Linux for a couple reasons: * The script tries to run the temporary uninstaller executable, but of course this cannot be done except on a Windows host. * The `${NSISDIR}\makensis` file does not exist because `makensis` is installed elsewhere. The result is that existing package configurations can break on Linux. For example, the CPackComponents test fails. Revert the feature until an alternative implementation approach can be found.