CMake: Bump fmt version requirement to 7.1.0

We use make_args_checked, which was added in 7.1.0.
This commit is contained in:
JosJuice 2020-11-16 13:05:29 +01:00
parent 8a621c2d5e
commit 56e68e7b72
1 changed files with 1 additions and 1 deletions

View File

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