mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 19:37:02 -05:00
Merge pull request #12198 from rsgnz/require-fmt10
Require system library fmt >= 10.1
This commit is contained in:
@@ -630,7 +630,7 @@ if (_M_X86)
|
||||
endif()
|
||||
add_subdirectory(Externals/cpp-optparse)
|
||||
|
||||
dolphin_find_optional_system_library(fmt Externals/fmt 8)
|
||||
dolphin_find_optional_system_library(fmt Externals/fmt 10.1)
|
||||
|
||||
add_subdirectory(Externals/imgui)
|
||||
add_subdirectory(Externals/implot)
|
||||
|
||||
Reference in New Issue
Block a user