mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-15 17:27:57 +00:00
Compare commits
2 Commits
58e68901c7
...
40bb28e9b6
Author | SHA1 | Date | |
---|---|---|---|
|
40bb28e9b6 | ||
|
aac085a9be |
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user