Files
cmake/Help/release/dev/file-ARCHIVE_CREATE-patterns-exclude.rst
Daksh Mamodiya 9800bd2098 file(ARCHIVE_CREATE): Add PATTERNS_EXCLUDE option
Exclude files and directories matching the given patterns while creating
an archive, using libarchive's matcher for parity with file(ARCHIVE_EXTRACT).

Fixes: #27877.
2026-06-16 15:33:06 +02:00

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.