Set minimal meson version to silent new warnings

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2024-10-23 19:15:02 +02:00
parent 9d45a35957
commit ad37e2e4d2
No known key found for this signature in database
GPG Key ID: 79AFA05ABDB26C5A

View File

@ -1,10 +1,7 @@
project('sched_ext schedulers', 'c', project('sched_ext schedulers', 'c',
version: '1.0.5', version: '1.0.5',
license: 'GPL-2.0',) license: 'GPL-2.0',
meson_version : '>= 1.4.0',)
if meson.version().version_compare('<1.2')
error('meson >= 1.2 required')
endif
fs = import('fs') fs = import('fs')