Skip to content

3.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Mar 01:39
· 343 commits to master since this release

Fixed CMake minimum required version.
Fixed CMake find_package not working if lib is install in custom location.
Added CMake alias target for consistence between find_package, FetchContent, ExternalProject.
Changes to CMake config to respect MZ_PROJECT_SUFFIX.
Improved CMake ZStd detection.
Fixed signed/unsigned comparison warning in MSVC.
Fixed ASAN integer-overflow if cd_offset + cd_size > INT64_MAX.