mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-11 00:57:38 +00:00
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