Skip to content

Commit

Permalink
🚧 meson: define same vars for spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jun 26, 2024
1 parent dcbab93 commit b137c02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ if not is_dev_environment
add_global_arguments('-DNDEVENV', language : 'cpp')
endif

add_global_arguments('-DSPDLOG_DISABLE_DEFAULT_LOGGER', language : 'cpp')
add_global_arguments('-DSPDLOG_FMT_EXTERNAL', language : 'cpp')

version_commit_hash = run_command('git', 'rev-parse', '--short', 'HEAD', check: false).stdout().strip()
build_timestamp = run_command('date', '+%Y%m%d', check: true).stdout().strip()

Expand Down

0 comments on commit b137c02

Please sign in to comment.