Externals: Update fmt to 9.1.0

This commit is contained in:
Pokechu22 2022-10-05 19:04:42 -07:00
commit f1625751c4
25 changed files with 2505 additions and 1916 deletions

View file

@ -1,4 +1,7 @@
@PACKAGE_INIT@
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
if (NOT TARGET fmt::fmt)
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
endif ()
check_required_components(fmt)