summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_zstd.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-14/+0
| | | | Fixes: #20666
* CMake: Enable use of zstd in libarchiveBrad King2019-03-131-0/+14
Build zstd as part of CMake or find one on the system. Modify our port of libarchive to use the zstd configured for use with CMake. Issue: #18657