1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Bump meson_version to '0.47.0'

The use of the check kwarg in run_command() was
introduced in meson version 0.47.0
This commit is contained in:
Andrew McNulty
2023-02-14 17:53:03 +01:00
parent 43378c4262
commit fba6be17c7

View File

@@ -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'