summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Archive/argument-validation-compression-level-1-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* file(ARCHIVE_CREATE): Allow higher compression level for ZstdAmir Masoud Abdol2022-11-161-1/+1
| | | | | | | | This allows the Zstd compression-level to be set between 0-19. I've adjusted some of the tests, and error messages to indicates the selected algorithm, and min/max of its compression-level. Fixes: #24160
* file(ARCHIVE_CREATE): Add option to control compression levelAsit Dhal2020-09-211-0/+5
Fixes: #21125