mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
Exclude files and directories matching the given patterns while creating an archive, using libarchive's matcher for parity with file(ARCHIVE_EXTRACT). Fixes: #27877.
7 lines
246 B
ReStructuredText
7 lines
246 B
ReStructuredText
file-ARCHIVE_CREATE-patterns-exclude
|
|
------------------------------------
|
|
|
|
* The :command:`file(ARCHIVE_CREATE)` command gained a ``PATTERNS_EXCLUDE``
|
|
option to omit files and directories matching the given patterns from the
|
|
created archive.
|