Externals: Update fmt to 7.1.0

Updates fmt to the latest release from 6.1.2
This commit is contained in:
Lioncash
2020-10-26 18:41:05 -04:00
parent d2a2ec870d
commit 369a9e01dc
28 changed files with 7531 additions and 3771 deletions

View File

@ -545,7 +545,7 @@ if (_M_X86)
endif()
add_subdirectory(Externals/cpp-optparse)
find_package(fmt 6.0)
find_package(fmt 7.0)
if(fmt_FOUND)
message(STATUS "Using shared fmt ${fmt_VERSION}")
else()