From b137c02eb6c3b5111c40c0ebcbeb902d314f0fdf Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Wed, 26 Jun 2024 21:27:10 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20meson:=20define=20same=20vars=20?= =?UTF-8?q?for=20spdlog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.build b/meson.build index 6ea017b..f0b4bd1 100644 --- a/meson.build +++ b/meson.build @@ -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()