spdlog: disable feature std_format

pull/1233/head
Bill Li 4 months ago committed by flightlessmango
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…
Cancel
Save