Skip to content

Commit

Permalink
Merge pull request #1714 from AntelopeIO/cpack_zst
Browse files Browse the repository at this point in the history
generate `.tar.zst` out of `cpack` instead of `.tar.gz`
  • Loading branch information
spoonincode authored Oct 4, 2023
2 parents 7efa226 + d09a8e5 commit f5e368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CPACK_GENERATOR "TGZ")
set(CPACK_GENERATOR "TZST")
find_program(DPKG_FOUND "dpkg")
find_program(RPMBUILD_FOUND "rpmbuild")
if(DPKG_FOUND)
Expand Down

0 comments on commit f5e368e

Please sign in to comment.