boatbod / op25

Fork of osmocom OP25 by boatbod
311 stars 97 forks source link

Fix for spdlog bundled fmt being removed in most sane distros #171

Closed mldulaney closed 1 year ago

mldulaney commented 1 year ago

SPDLog started bundling fmt, which gets removed by linux distributions with sane package guidelines (e.g. Fedora or Arch etc.). This patch resolves build failures on those distributions.

Signed-off-by: Mairi Dulaney jdulaney@fedoraproject.org