diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-12 18:59:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-12 18:59:43 (GMT) |
commit | b548e2db1f9cd408749e67d9e9e2644dc15d5256 (patch) | |
tree | 01331a4a43a50887587affff9a9076f97e471ea2 /Modules/NSIS.template.in | |
parent | 911317a2a70449446642f4f3998c48560b10e4a3 (diff) | |
download | CMake-b548e2db1f9cd408749e67d9e9e2644dc15d5256.zip CMake-b548e2db1f9cd408749e67d9e9e2644dc15d5256.tar.gz CMake-b548e2db1f9cd408749e67d9e9e2644dc15d5256.tar.bz2 |
ENH: Add NSIS compression
Diffstat (limited to 'Modules/NSIS.template.in')
-rw-r--r-- | Modules/NSIS.template.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/NSIS.template.in b/Modules/NSIS.template.in index 2994c78..eea59c3 100644 --- a/Modules/NSIS.template.in +++ b/Modules/NSIS.template.in @@ -78,6 +78,9 @@ FunctionEnd Name "@CPACK_PACKAGE_INSTALL_DIRECTORY@" OutFile "@CPACK_TOPLEVEL_DIRECTORY@/@CPACK_OUTPUT_FILE_NAME@" + ;Set compression + SetCompressor @CPACK_NSIS_COMPRESSOR@ + ;-------------------------------- ;Interface Settings |