mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
d2cc580704
Allows specifying a libarchive defined archive format currently restricted to 7zip, gnutar, pax, paxr and zip. The default is "paxr" (pax restricted).
7 lines
170 B
ReStructuredText
7 lines
170 B
ReStructuredText
tar-write-format
|
|
----------------
|
|
|
|
* The :manual:`cmake(1)` ``-E tar`` command learned a new
|
|
``--format<format>`` option to specify the archive format to
|
|
be written.
|