diff options
author | Russell Greene <russell@churchillnavigation.com> | 2021-07-26 18:36:04 (GMT) |
---|---|---|
committer | Russell Greene <russell@churchillnavigation.com> | 2021-07-29 17:40:40 (GMT) |
commit | 051da997da6344a33145e7c370e336dfc1e8fb09 (patch) | |
tree | f2f052121aa3d80952ab33a4c0e37610a0f73d1e /Help/cpack_gen/deb.rst | |
parent | 6c01bbe180df8771fa1e93776f0b716ac146218f (diff) | |
download | CMake-051da997da6344a33145e7c370e336dfc1e8fb09.zip CMake-051da997da6344a33145e7c370e336dfc1e8fb09.tar.gz CMake-051da997da6344a33145e7c370e336dfc1e8fb09.tar.bz2 |
CPack/DEB: Add zstd compression for deb packages
Diffstat (limited to 'Help/cpack_gen/deb.rst')
-rw-r--r-- | Help/cpack_gen/deb.rst | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/Help/cpack_gen/deb.rst b/Help/cpack_gen/deb.rst index d8d53ec..3b341c2 100644 --- a/Help/cpack_gen/deb.rst +++ b/Help/cpack_gen/deb.rst @@ -274,10 +274,23 @@ List of CPack DEB generator specific variables: Possible values are: - - lzma - - xz - - bzip2 - - gzip + ``lzma`` + Lempel–Ziv–Markov chain algorithm + + ``xz`` + XZ Utils compression + + ``bzip2`` + bzip2 Burrows–Wheeler algorithm + + ``gzip`` + GNU Gzip compression + + ``zstd`` + .. versionadded:: 3.22 + + Zstandard compression + .. variable:: CPACK_DEBIAN_PACKAGE_PRIORITY CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY |