Skip to content

file(ARCHIVE*): Collapse FILES and DIRECTORY options

Craig Scott requested to merge craig.scott/cmake:file-ARCHIVE-files-dirs into master

The two options were concatenated internally for both ARCHIVE_CREATE and ARCHIVE_EXTRACT. The distinction between files and dirs was not meaningful. Therefore, replace them with PATHS or PATTERNS to more accurately describe the way the options are used.

Fixes: #20884 (closed)

Backport: release

Merge request reports