From 8914cffa40c2c0a286183f8dc295172ebe956cdc Mon Sep 17 00:00:00 2001 From: Erica Z Date: Tue, 3 Dec 2024 16:06:29 +0100 Subject: [PATCH] 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 40fa4ab..1770007 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'audrey', 'c', version: '0.1.0', # AUDREY_VERSION - meson_version: '>= 1.0.0', + meson_version: '>= 1.1.0', default_options: ['warning_level=0', 'werror=false'], )