mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
bdf30bdad8
This allows setting how many threads the compressor will use. Currently only implemented for XZ when using system's lzma library. Fixes: #21715
7 lines
231 B
ReStructuredText
7 lines
231 B
ReStructuredText
cpack-compression-threads
|
|
-------------------------
|
|
|
|
* :module:`CPack` gained the :variable:`CPACK_THREADS` variable to
|
|
control the number of threads used for parallelized operations,
|
|
such as compressing the installer package.
|