remove use of fmt

All uses of fmt can be replaced with either std::format directly
or a tentative implementation of std::print (which we can use
until GCC supports std::print).  Remove the extra dependency.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I466497695a6d53b7767a6456bebe165c5a75121a
7 files changed
tree: a9dc15be79a74beb836bd697e44d4b56aeb30656
  1. src/
  2. subprojects/
  3. .clang-format
  4. .gitignore
  5. LICENSE
  6. meson.build
  7. OWNERS
  8. phosphor-ipmi-kcs@.service.in
  9. README.md
README.md

kcsbridge

To Build

To build this package, do the following steps:

1. meson build
2. ninja -C build