Disable werror and tests for spdlog

pull/771/head v0.6.7-1
jackun 2 years ago
parent 3e57824f00
commit 58e277a8b7
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -256,6 +256,8 @@ if not spdlog_dep.found()
spdlog_sp = subproject('spdlog', default_options: [
'default_library=static',
'compile_library=true',
'werror=false',
'tests=false',
])
spdlog_dep = spdlog_sp.get_variable('spdlog_dep')
else

Loading…
Cancel
Save