1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-04-29 03:53:54 +00:00

Compare commits

..

No commits in common. "40bb28e9b6a3033780412814c0b651295752d512" and "58e68901c741aab7a5b9c7ff059f228afc1d49e2" have entirely different histories.

View File

@ -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', fallback : ['fmt', 'fmt_dep'])
dep_list += dependency('fmt')
compile_args += '-DSPDLOG_FMT_EXTERNAL'
endif