Merge pull request #10367 from Pokechu22/fmt-8.1.1

Update to fmt 8.1.1
This commit is contained in:
JosJuice
2022-01-20 21:14:41 +01:00
committed by GitHub
80 changed files with 10311 additions and 6848 deletions

View File

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