]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Generate tar.xz binary packages for non-Windows
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Aug 2020 18:31:23 +0000 (20:31 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Aug 2020 18:31:23 +0000 (20:31 +0200)
cmake/CcachePackConfig.cmake

index d975152a25fcde64b30fec4999da825b99a8e2d1..e5d4201089b482d38f7d3a383c82eae0c8222ec8 100644 (file)
@@ -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")