Skip to content
Permalink
Browse files
Merge pull request #10602 from xxkfqz/fmt-version
Change required libfmt version from 8.0 to 8.x
  • Loading branch information
Tilka committed May 9, 2022
2 parents d82f2d7 + e4552c1 commit 11ddbe7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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()

0 comments on commit 11ddbe7

Please sign in to comment.