Files
cmake/Help/release/dev/file-ARCHIVE_EXTRACT-patterns-exclude.rst
Daksh Mamodiya 531f3b568c file(ARCHIVE_EXTRACT): Add PATTERNS_EXCLUDE option
Omit archive entries matching the given patterns when extracting or
listing. May be combined with PATTERNS; on overlap the exclusion
takes precedence.

Fixes: #27837
2026-06-11 02:04:36 +02:00

7 lines
249 B
ReStructuredText

file-ARCHIVE_EXTRACT-patterns-exclude
-------------------------------------
* The :command:`file(ARCHIVE_EXTRACT)` command gained a ``PATTERNS_EXCLUDE``
option to omit archive entries matching the given patterns from being
extracted or listed.