meson: Require Meson >= 0.49

Needed for compiler.get_argument_syntax().
This commit is contained in:
Ole André Vadla Ravnås
2022-11-01 19:18:08 +01:00
parent 1f0ef1ba0c
commit ffb40fb51f

View File

@@ -1,5 +1,5 @@
project('fadec', ['c'], default_options: ['warning_level=3', 'c_std=c11'], project('fadec', ['c'], default_options: ['warning_level=3', 'c_std=c11'],
meson_version: '>=0.40') meson_version: '>=0.49')
python3 = find_program('python3') python3 = find_program('python3')