mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-16 00:13:00 +00:00
spdlog: disable feature std_format
This commit is contained in:
parent
9ba6c8de10
commit
dc60dc71ec
@ -230,7 +230,8 @@ if not spdlog_dep.found()
|
||||
'compile_library=true',
|
||||
'werror=false',
|
||||
'tests=disabled',
|
||||
'external_fmt=disabled'
|
||||
'external_fmt=disabled',
|
||||
'std_format=disabled'
|
||||
])
|
||||
spdlog_dep = spdlog_sp.get_variable('spdlog_dep')
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user