mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Require system fmt >= 10.1
This commit is contained in:
parent
c67cd65b53
commit
1a9d946a33
@ -630,7 +630,7 @@ if (_M_X86)
|
|||||||
endif()
|
endif()
|
||||||
add_subdirectory(Externals/cpp-optparse)
|
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/imgui)
|
||||||
add_subdirectory(Externals/implot)
|
add_subdirectory(Externals/implot)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user