fmt/support/cmake/fmt-config.cmake.in

8 lines
147 B
CMake
Raw Normal View History

@PACKAGE_INIT@
if (NOT TARGET fmt::fmt)
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
endif ()
2016-04-24 14:45:13 +00:00
check_required_components(fmt)