meson: set a minimum Meson version

Without a version set meson will give no developer warnings, including
deprecations. 0.64 was selected as it's quite old, it's the newest
version supported by muon (a pure C Meson implementation), and there's
nothing complicated going on here.

Signed-off-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Dylan Baker 2024-09-09 09:46:21 -07:00
parent e07b096aaf
commit cf80e33fd8

View File

@ -2,6 +2,7 @@ project('nlohmann_json',
'cpp',
version : '3.11.3',
license : 'MIT',
meson_version : '>= 0.64',
)
nlohmann_json_dep = declare_dependency(