diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-12-18 16:19:31 +0100 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-12-18 16:19:31 +0100 |
| commit | a3359c0e7d85bf4752cda3b00892ecd5ef691077 (patch) | |
| tree | 5888e4a77b207f24ccd9ad148d1c74e9c33400e9 /cpack | |
| parent | b58a37bdac753ceace35761ef474c198a3f18e12 (diff) | |
| download | psn00bsdk-a3359c0e7d85bf4752cda3b00892ecd5ef691077.tar.gz | |
Bump to v0.22, update CMake scripts and docs
Diffstat (limited to 'cpack')
| -rw-r--r-- | cpack/setup.cmake | 12 |
1 files changed, 6 insertions, 6 deletions
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) |
