diff options
author | Roman Wüger <office@wueger.at> | 2017-03-01 19:18:28 (GMT) |
---|---|---|
committer | Roman Wüger <office@wueger.at> | 2017-03-01 19:18:28 (GMT) |
commit | 09475c298b83cbbaae2ca7ba6f52c0fa74607568 (patch) | |
tree | 5a689ada0506a8fa9f084ba5411252f9c3b03f72 /Modules/CPackNSIS.cmake | |
parent | 77cbcb76bb5d75254c6ced0ed782152024f51d8c (diff) | |
download | CMake-09475c298b83cbbaae2ca7ba6f52c0fa74607568.zip CMake-09475c298b83cbbaae2ca7ba6f52c0fa74607568.tar.gz CMake-09475c298b83cbbaae2ca7ba6f52c0fa74607568.tar.bz2 |
CPack/NSIS: Sign the uninstaller
Diffstat (limited to 'Modules/CPackNSIS.cmake')
-rw-r--r-- | Modules/CPackNSIS.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake index 18d1871..37fedf3 100644 --- a/Modules/CPackNSIS.cmake +++ b/Modules/CPackNSIS.cmake @@ -133,6 +133,10 @@ # "doc/cmake-@CMake_VERSION_MAJOR@.@CMake_VERSION_MINOR@/cmake.html" # "CMake Help" "https://cmake.org" "CMake Web Site") # +# .. variable:: CPACK_NSIS_SIGN_UNINSTALLER +# +# Specify a command to use for signing the uninstaller. The command will +# be invoked a path to the uninstaller as its only argument. #FIXME we should put NSIS specific code here #FIXME but I'm not doing it because I'm not able to test it... |