add windows zip binary installer

This commit is contained in:
Geoff McLane 2015-03-20 13:56:20 +01:00
parent 3585d4c31a
commit 17cb520f58
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ endif()
if (WIN32)
# MSI - this needs WiX Tooset installed and a path to candle.exe
# EXE - this needs NSIS tools to be in path
set(CPACK_GENERATOR "NSIS;WIX")
set(CPACK_GENERATOR "NSIS;WIX;ZIP")
set(CPACK_SOURCE_GENERATOR "ZIP")
set(CPACK_WIX_UPGRADE_GUID "D809598A-B513-4752-B268-0BAC403B00E4")
elseif ( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )