summaryrefslogtreecommitdiffstats
path: root/src/fmt/support/cmake/fmt-config.cmake.in
blob: bc1684f245c4f1a18879441578bec039343615fd (plain)
1
2
3
4
5
6
7
@PACKAGE_INIT@

if (NOT TARGET fmt::fmt)
  include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
endif ()

check_required_components(fmt)