commit | b795c96727c28982f88fcaf7127bd72067edcf4a | [log] [tgz] |
---|---|---|
author | Marc Jeanmougin <marc@jeanmougin.fr> | Mon Mar 21 12:25:10 2022 -0400 |
committer | Brad King <brad.king@kitware.com> | Mon Mar 21 14:53:31 2022 -0400 |
tree | 49465ae7edccf72d2fed4f0425ba849efc5e29c5 | |
parent | 0abd49ebb94d73cd975efeaa2e23a41f6f1a0e8c [diff] |
CPack/NSIS: Fix uninstall command when run from installer The quoting introduced by commit eb3b3bacdc (CPack/NSIS: Fix uninstall on Windows using "Apps & Features", 2021-09-13, v3.22.0-rc1~136^2) created two errors in the uninstaller call: double quoting of the uninstaller executable, and quotes added to the `_?=` argument which does not support them. Simplify the command.