Skip to content

Commit 69db780

Browse files
spdlog: disable external_fmt
1 parent 6effe1b commit 69db780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ if not spdlog_dep.found()
229229
'compile_library=true',
230230
'werror=false',
231231
'tests=false',
232+
'external_fmt=disabled'
232233
])
233234
spdlog_dep = spdlog_sp.get_variable('spdlog_dep')
234235
else

0 commit comments

Comments
 (0)