diff --git a/meson.build b/meson.build index 683c97b2..5a363fd0 100644 --- a/meson.build +++ b/meson.build @@ -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