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

index 3f123af4b4b91253c9269c28757f6b781316ee28..d975152a25fcde64b30fec4999da825b99a8e2d1 100644 (file)
@@ -16,7 +16,7 @@ else()
   set(CPACK_GENERATOR "TGZ")
 endif()
 
-set(CPACK_SOURCE_GENERATOR "TGZ")
+set(CPACK_SOURCE_GENERATOR "TGZ;TXZ")
 
 list(APPEND CPACK_SOURCE_IGNORE_FILES "^${CMAKE_SOURCE_DIR}/\\.git")
 list(APPEND CPACK_SOURCE_IGNORE_FILES "^${CMAKE_SOURCE_DIR}/build")