7 Commits

Author SHA1 Message Date
4c2ce92a15 cli11: prefer system package if found
mu embeds a "vendored" version of libcl11 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-cli11=true is
specified.
2025-07-24 19:55:27 +03: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
030daeed52 thirdparty/fmt: bump to 11.0.2 2024-12-06 20:09:31 +02:00
6166b435d2 thirdparty/cli11: bump to v2.4.2 2024-12-06 20:01:39 +02:00
8e981e3f46 thirdparty: use CLI11 v2.4.1 2024-04-01 16:11:30 +03:00
f31684bfa6 thirdparty: use libfmt 10.2.1
Mostly to avoid the gcc 14 compilation warnings
2024-04-01 16:01:08 +03:00
77a8a67f6c move lib/thirdparty to thirdparty/ 2023-09-05 08:34:27 +03:00