mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #9252 from JosJuice/fmt-version-requirement
CMake: Bump fmt version requirement to 7.1.0
This commit is contained in:
@ -545,7 +545,7 @@ if (_M_X86)
|
|||||||
endif()
|
endif()
|
||||||
add_subdirectory(Externals/cpp-optparse)
|
add_subdirectory(Externals/cpp-optparse)
|
||||||
|
|
||||||
find_package(fmt 7.0)
|
find_package(fmt 7.1)
|
||||||
if(fmt_FOUND)
|
if(fmt_FOUND)
|
||||||
message(STATUS "Using shared fmt ${fmt_VERSION}")
|
message(STATUS "Using shared fmt ${fmt_VERSION}")
|
||||||
else()
|
else()
|
||||||
|
Reference in New Issue
Block a user