Skip to content
Snippets Groups Projects
Commit ee59578e authored by Elliot Oram's avatar Elliot Oram
Browse files

Set NSIS Compressor to ZLIB

Refs #15376
parent c4ef996f
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ set( CPACK_NSIS_INSTALL_ROOT "C:")
set( CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/images\\\\MantidPlot_Icon_32offset.png" )
set( CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}/images\\\\MantidPlot_Icon_32offset.ico" )
set( CPACK_NSIS_MUI_UNIICON "${CMAKE_CURRENT_SOURCE_DIR}/images\\\\MantidPlot_Icon_32offset.ico" )
set( CPACK_NSIS_COMPRESSOR "ZLIB" )
###########################################################################
# Deployment type - currently only works for Release!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment