Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zstd: Disable BMI2 instructions for build within CMake | Brad King | 2019-03-15 | 1 | -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 system | Brad King | 2019-03-13 | 1 | -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. |