summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRussell Greene <russellgreene8@gmail.com>2022-02-17 22:12:16 (GMT)
committerBrad King <brad.king@kitware.com>2022-02-23 13:39:32 (GMT)
commit525faec4e9d7a25431504d6fe47313f1478b26e9 (patch)
treee072d26d49d5c3222dabf6e2280ef8a485d4a8a8 /Help
parent215c4efd3ef620233c42530d4b237f60e9876958 (diff)
downloadCMake-525faec4e9d7a25431504d6fe47313f1478b26e9.zip
CMake-525faec4e9d7a25431504d6fe47313f1478b26e9.tar.gz
CMake-525faec4e9d7a25431504d6fe47313f1478b26e9.tar.bz2
CPack: Add parallel zstd compression
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/cpack-zstd-parallel.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-zstd-parallel.rst b/Help/release/dev/cpack-zstd-parallel.rst
new file mode 100644
index 0000000..da22625
--- /dev/null
+++ b/Help/release/dev/cpack-zstd-parallel.rst
@@ -0,0 +1,6 @@
+cpack-zstd-parallel
+-------------------
+
+* CPack now supports the :variable:`CPACK_THREADS` option for ``zstd``
+ compression when compiled with libarchive 3.6 or higher. It is
+ supported by official CMake binaries available on ``cmake.org``.