mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
94ae247d44
Fixes: #27443
11 lines
464 B
ReStructuredText
11 lines
464 B
ReStructuredText
cli-tar-7z-algorithms
|
|
---------------------
|
|
|
|
* The :manual:`cmake(1)` ``-E tar`` tool supports support compression methods
|
|
specification for ``7zip`` and ``zip`` formats.
|
|
* The :manual:`cmake(1)` ``-E tar`` tool supports support compression levels
|
|
specification for ``7zip`` and ``zip`` formats.
|
|
* The :command:`file(ARCHIVE_CREATE)` command's ``COMPRESSION`` option,
|
|
supports ``Deflate`` compression. The ``Deflate`` compression is
|
|
an alias for ``GZip``.
|