aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindZstd.cmake
AgeCommit message (Collapse)Author
2021-09-01Check for required libzstd APIs in cmakesfan5
It's very unlikely that anyone uses a zstd version this old, but if they do fail early.
2021-08-31Switch MapBlock compression to zstd (#10788)lhofhansl
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>