diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-12-18 16:30:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-18 16:30:02 +0100 |
| commit | b12b716a9e54c4f1892795a136d6ffeb088ff001 (patch) | |
| tree | 5888e4a77b207f24ccd9ad148d1c74e9c33400e9 /cpack/setup.cmake | |
| parent | 77306e187ef1a7ad5d3508ae9acb38edc5b68255 (diff) | |
| parent | a3359c0e7d85bf4752cda3b00892ecd5ef691077 (diff) | |
| download | psn00bsdk-b12b716a9e54c4f1892795a136d6ffeb088ff001.tar.gz | |
Merge pull request #68 from spicyjpeg/bugfix
Bugfixes, psxcd rewrite, psxgpu and CMake tweaks (v0.22)
Diffstat (limited to 'cpack/setup.cmake')
| -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) |
