From: Joel Rosdahl Date: Sun, 30 Aug 2020 18:31:23 +0000 (+0200) Subject: Generate tar.xz binary packages for non-Windows X-Git-Tag: v4.0~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97b47ef497cdae87a9e2e4b84dd30196c869110d;p=thirdparty%2Fccache.git Generate tar.xz binary packages for non-Windows --- diff --git a/cmake/CcachePackConfig.cmake b/cmake/CcachePackConfig.cmake index d975152a2..e5d420108 100644 --- a/cmake/CcachePackConfig.cmake +++ b/cmake/CcachePackConfig.cmake @@ -13,7 +13,7 @@ set(CPACK_VERBATIM_VARIABLES ON) if(WIN32) set(CPACK_GENERATOR "ZIP") else() - set(CPACK_GENERATOR "TGZ") + set(CPACK_GENERATOR "TXZ") endif() set(CPACK_SOURCE_GENERATOR "TGZ;TXZ")