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

if (NOT TARGET fmt::fmt)
  include(${CMAKE_CURRENT_LIST_DIR}/@[email protected])
endif ()

check_required_components(fmt)