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