Skip to content
Permalink
Browse files
Merge pull request #9252 from JosJuice/fmt-version-requirement
CMake: Bump fmt version requirement to 7.1.0
  • Loading branch information
lioncash committed Nov 16, 2020
2 parents 8a621c2 + 56e68e7 commit 4c9b226
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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()

0 comments on commit 4c9b226

Please sign in to comment.