summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Archive
Commit message (Collapse)AuthorAgeFilesLines
* file(ARCHIVE_CREATE): Add option to control compression levelAsit Dhal2020-09-2116-0/+191
| | | | Fixes: #21125
* file(ARCHIVE*): Collapse FILES and DIRECTORY optionsCraig Scott2020-06-302-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 COMPRESSIONCraig Scott2020-06-2719-18/+31
| | | Fixes: #20883
* file: Add ARCHIVE_{CREATE|EXTRACT} subcommandsCristian Adam2020-03-1619-0/+228
Fixes: #20443