commit | 0e29f4392264a9646834583ddd5eaadc25fab20b | [log] [tgz] |
---|---|---|
author | Wludzik, Jozef <jozef.wludzik@intel.com> | Tue Nov 17 08:22:33 2020 +0100 |
committer | Wludzik, Jozef <jozef.wludzik@intel.com> | Tue Nov 17 08:54:38 2020 +0100 |
tree | 427261c74f058a56e08722a2e2dfbb73a537b05e | |
parent | c8e3a64a1d01cfafa589477ac65952df353e141d [diff] [blame] |
Fix CI job Decreased meson version to 0.54.3 to enable CI jobs. Fixed Invoke arguments in unit tests. Change-Id: I75cdce3ebb2bffd7732db30b2f718a3728c277c8 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
diff --git a/meson.build b/meson.build index 9dcbcb2..22e0cc3 100644 --- a/meson.build +++ b/meson.build
@@ -1,7 +1,7 @@ project( 'Telemetry', 'cpp', - meson_version: '>=0.55.0', + meson_version: '>=0.54.3', default_options: [ 'buildtype=debugoptimized', 'cpp_std=c++17',