Skip to content

Commit

Permalink
CPack: Changing CPACK_DEBIAN_COMPRESSION_TYPE to bzip2; xz times out
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Aug 24, 2020
1 parent 9862186 commit 443272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ELSEIF (CMAKE_SYSTEM_NAME STREQUAL Linux)
# See https://cmake.org/cmake/help/v3.3/module/CPackDeb.html
SET(CPACK_DEBIAN_PACKAGE_NAME "vsUTCS")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "[email protected]")
SET(CPACK_DEBIAN_COMPRESSION_TYPE "xz")
SET(CPACK_DEBIAN_COMPRESSION_TYPE "bzip2")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "vega-strike")

# Debian Version: /etc/debian_version - <name>/<junk>
Expand Down

0 comments on commit 443272f

Please sign in to comment.