From fba6be17c744faa71718b4abd675b42f11b471c6 Mon Sep 17 00:00:00 2001 From: Andrew McNulty Date: Tue, 14 Feb 2023 17:53:03 +0100 Subject: [PATCH] Bump meson_version to '0.47.0' The use of the check kwarg in run_command() was introduced in meson version 0.47.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 312c4e3..708b295 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ project('unity', 'c', check: true ).stdout().strip(), - meson_version: '>=0.37.0', + meson_version: '>=0.47.0', default_options: [ 'werror=true', 'c_std=c11'