mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
Merge pull request #10602 from xxkfqz/fmt-version
Change required libfmt version from 8.0 to 8.x
This commit is contained in:
commit
11ddbe7d18
@ -574,7 +574,7 @@ if (_M_X86)
|
|||||||
endif()
|
endif()
|
||||||
add_subdirectory(Externals/cpp-optparse)
|
add_subdirectory(Externals/cpp-optparse)
|
||||||
|
|
||||||
find_package(fmt 8.0)
|
find_package(fmt 8)
|
||||||
if(fmt_FOUND)
|
if(fmt_FOUND)
|
||||||
message(STATUS "Using shared fmt ${fmt_VERSION}")
|
message(STATUS "Using shared fmt ${fmt_VERSION}")
|
||||||
else()
|
else()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user