Commit Graph

2 Commits

Author SHA1 Message Date
36bed1816a thirdparty/fmt: update to 12.2.0
Get a newer version, since newer Apple Clang (v21) in CI is stricter
than the previous v17 and yield compile-errors.

So let's update.
2026-08-20 15:05:30 -07:00
33958cd0f7 fmt: prefer system package if found
mu embeds a "vendored" subset of the libfmt package under thirdparty; but it's
better to use the system-package if the user has one.

So, use the system package if found or user -Duse-embedded-fmt=true is
specified.
2025-07-24 19:55:27 +03:00