summaryrefslogtreecommitdiffstats
path: root/Utilities/cmzstd/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* zstd: Disable BMI2 instructions for build within CMakeBrad King2019-03-151-0/+3
| | | | | | Our nightly and release binaries build in an environment that does not support these instructions. Disable them everywhere for simplicity because CMake's application of this library is not performance-critical.
* zstd: Add CMake build systemBrad King2019-03-131-0/+44
Although the upstream has a CMake build system, it is meant for the complete package. Add a simple one to build just the static library we need within CMake.