bump min meson ver
silences WARNING: Project targets '>= 1.0.0' but uses feature introduced in '1.1': meson.options file. Use meson_options.txt instead
This commit is contained in:
parent
cc7b410d22
commit
8914cffa40
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project(
|
||||||
'audrey',
|
'audrey',
|
||||||
'c',
|
'c',
|
||||||
version: '0.1.0', # AUDREY_VERSION
|
version: '0.1.0', # AUDREY_VERSION
|
||||||
meson_version: '>= 1.0.0',
|
meson_version: '>= 1.1.0',
|
||||||
default_options: ['warning_level=0', 'werror=false'],
|
default_options: ['warning_level=0', 'werror=false'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue