From a3359c0e7d85bf4752cda3b00892ecd5ef691077 Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Sun, 18 Dec 2022 16:19:31 +0100 Subject: Bump to v0.22, update CMake scripts and docs --- cpack/setup.cmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cpack') diff --git a/cpack/setup.cmake b/cpack/setup.cmake index d585641..1d66066 100644 --- a/cpack/setup.cmake +++ b/cpack/setup.cmake @@ -101,16 +101,16 @@ endif() ## Variables common to all package types if(NOT DEFINED CPACK_GENERATOR) - if(WIN32) - set(CPACK_GENERATOR ZIP NSIS) - elseif(APPLE) + #if(WIN32) + #set(CPACK_GENERATOR ZIP NSIS) + #elseif(APPLE) # TODO: add a macOS installer and related options - set(CPACK_GENERATOR ZIP) + #set(CPACK_GENERATOR ZIP) #elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux") #set(CPACK_GENERATOR ZIP DEB RPM) - else() + #else() set(CPACK_GENERATOR ZIP) - endif() + #endif() endif() set(CPACK_VERBATIM_VARIABLES ON) -- cgit v1.2.3