fmt

hunter_add_package(fmt)

find_package(fmt CONFIG REQUIRED)

# or fmt-header-only
target_link_libraries(... fmt)

Bugs