aboutsummaryrefslogtreecommitdiff
path: root/cpack
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-02-27 23:54:39 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-02-28 00:17:26 +0100
commit6174931fe58b1dc0fc64029dbe3abefc81aa67d5 (patch)
tree0119a8b41608c84c88981efd8362a15f01602491 /cpack
parentc297c02652575e2affccbba16be0176d30d5ff06 (diff)
downloadpsn00bsdk-6174931fe58b1dc0fc64029dbe3abefc81aa67d5.tar.gz
Refactor io/system573, switch to MSVC for CI builds
Diffstat (limited to 'cpack')
-rw-r--r--cpack/setup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpack/setup.cmake b/cpack/setup.cmake
index a5d71ff..a65055d 100644
--- a/cpack/setup.cmake
+++ b/cpack/setup.cmake
@@ -89,7 +89,7 @@ if(NOT DEFINED CPACK_GENERATOR)
# TODO: add a macOS installer and related options
set(CPACK_GENERATOR ZIP)
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
- set(CPACK_GENERATOR ZIP DEB RPM)
+ set(CPACK_GENERATOR ZIP DEB)
else()
set(CPACK_GENERATOR ZIP)
endif()