From 17cb520f587ed4f9e61e708012b93e265646bf9f Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Fri, 20 Mar 2015 13:56:20 +0100 Subject: [PATCH] add windows zip binary installer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2546a80..755d811 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" )