Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(ARCHIVE_CREATE): Add option to control compression level | Asit Dhal | 2020-09-21 | 16 | -0/+191 |
| | | | | Fixes: #21125 | ||||
* | file(ARCHIVE*): Collapse FILES and DIRECTORY options | Craig Scott | 2020-06-30 | 2 | -14/+14 |
| | | | | | | | | 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 | ||||
* | file(ARCHIVE_CREATE): Rename TYPE option to COMPRESSION | Craig Scott | 2020-06-27 | 19 | -18/+31 |
| | | | Fixes: #20883 | ||||
* | file: Add ARCHIVE_{CREATE|EXTRACT} subcommands | Cristian Adam | 2020-03-16 | 19 | -0/+228 |
Fixes: #20443 |