aboutsummaryrefslogtreecommitdiff
path: root/cpack/setup.cmake
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-12-18 16:30:02 +0100
committerGitHub <noreply@github.com>2022-12-18 16:30:02 +0100
commitb12b716a9e54c4f1892795a136d6ffeb088ff001 (patch)
tree5888e4a77b207f24ccd9ad148d1c74e9c33400e9 /cpack/setup.cmake
parent77306e187ef1a7ad5d3508ae9acb38edc5b68255 (diff)
parenta3359c0e7d85bf4752cda3b00892ecd5ef691077 (diff)
downloadpsn00bsdk-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.cmake12
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)