From fd4b3e09af83d2a6693502c8272dfa8644036ec5 Mon Sep 17 00:00:00 2001 From: Johan Holmberg <holmberg556@gmail.com> Date: Tue, 8 Nov 2016 09:09:32 +0100 Subject: [PATCH] add ZIP to CPACK_GENERATOR --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82585c5..0c371df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ execute_process( OUTPUT_STRIP_TRAILING_WHITESPACE ) -set(CPACK_GENERATOR "STGZ;TGZ;TZ") +set(CPACK_GENERATOR "STGZ;TGZ;TZ;ZIP") if( ${CMAKE_SYSTEM_NAME} STREQUAL "Linux" ) set(CPACK_GENERATOR "DEB;${CPACK_GENERATOR}") endif()