aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindZstd.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check for required libzstd APIs in cmakesfan52021-09-011-0/+16
| | | | 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-311-0/+9
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>