Unverified Commit 40bb28e9 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1378 from ldanko/v1.x

meson: add fallback to fmt dependency
parents 58e68901 aac085a9
......@@ -23,7 +23,7 @@ if get_option('external_fmt')
if not meson.version().version_compare('>=0.49.0')
warning('Finding fmt can fail with meson versions before 0.49.0')
endif
dep_list += dependency('fmt')
dep_list += dependency('fmt', fallback : ['fmt', 'fmt_dep'])
compile_args += '-DSPDLOG_FMT_EXTERNAL'
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment