mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
CPack: Add generator for .tar.zst packages
This commit is contained in:
committed by
Brad King
parent
f7085d7b0a
commit
e26f0e9dd5
@@ -9,6 +9,7 @@ different formats:
|
||||
- TGZ (.tar.gz)
|
||||
- TXZ (.tar.xz)
|
||||
- TZ (.tar.Z)
|
||||
- TZST (.tar.zst)
|
||||
- ZIP (.zip)
|
||||
|
||||
Variables specific to CPack Archive generator
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
cpack-zstd
|
||||
----------
|
||||
|
||||
* The :cpack_gen:`CPack Archive Generator` learned to generate `.tar.zst`
|
||||
packages with Zstandard compression.
|
||||
Reference in New Issue
Block a user