Change required libfmt version from 8.0 to 8.x

This commit is contained in:
xxkfqz 2022-04-23 13:55:22 +05:00 committed by GitHub
parent 69ca38d355
commit e4552c17c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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