diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2021-04-16 16:03:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-22 19:40:06 (GMT) |
commit | 5380d858ff4cb21ae1a8777a9b721af97f598c37 (patch) | |
tree | b7d2283b0da04084243d56304232d53645f710b3 /Modules | |
parent | e9065e96dc80ee62fa9bf9df559d0d8e6d8e0117 (diff) | |
download | CMake-5380d858ff4cb21ae1a8777a9b721af97f598c37.zip CMake-5380d858ff4cb21ae1a8777a9b721af97f598c37.tar.gz CMake-5380d858ff4cb21ae1a8777a9b721af97f598c37.tar.bz2 |
liblzma: Enable multi threaded stream encoding support
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPack.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index ef5a7d5..3b29ede 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -299,10 +299,11 @@ installers. The most commonly-used variables are: Currently only ``xz`` compression *may* take advantage of multiple cores. Other compression methods ignore this value and use only one thread. - .. note:: + .. versionadded:: 3.21 - Official CMake binaries available on ``cmake.org`` ship with a ``liblzma`` - that does not support parallel compression. + Official CMake binaries available on ``cmake.org`` now ship + with a ``liblzma`` that supports parallel compression. + Older versions did not. Variables for Source Package Generators ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |