Skip to content

Commit

Permalink
Merge pull request #10602 from xxkfqz/fmt-version
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit 11ddbe7

Please sign in to comment.