From 6174931fe58b1dc0fc64029dbe3abefc81aa67d5 Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Sun, 27 Feb 2022 23:54:39 +0100 Subject: Refactor io/system573, switch to MSVC for CI builds --- cpack/setup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpack/setup.cmake') 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() -- cgit v1.2.3