Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CMake flag to ignore libfmt exit code so cross-building works
It is also safe to use `-DHAVE_SYSTEM_LIBFMT_EXITCODE=0` with < 10 version of libfmt, and in Debian there is currently 9.1.0. It is also safe to have this flag when cross-compiling against a libfmt-10+ version that has fmtlib/fmt@44c3fe1 However, there hasn't been a libfmt release with this fix yet, so we need to be careful to avoid libfmt 10.0.0-10.2.1. ref: - fmtlib/fmt#3835 - https://alioth-lists.debian.net/pipermail/pkg-mysql-maint/2024-May/017325.html
- Loading branch information