spdlog: disable feature std_format

This commit is contained in:
Bill Li 2024-01-28 21:38:23 +08:00 committed by flightlessmango
parent 9ba6c8de10
commit dc60dc71ec

View File

@ -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