jeremy-rifkin / cpptrace

Simple, portable, and self-contained stacktrace library for C++11 and newer
MIT License
621 stars 64 forks source link

Zstd version uses an out of date CMake #150

Closed Drise13 closed 2 weeks ago

Drise13 commented 1 month ago

Zstd has fixed the warning produced by CMake for min versions lower than 3.5. See https://github.com/facebook/zstd/pull/3807.

jeremy-rifkin commented 1 month ago

Thanks for opening this, I will take a look