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:
parent
e07b096aaf
commit
cf80e33fd8
@ -2,6 +2,7 @@ project('nlohmann_json',
|
||||
'cpp',
|
||||
version : '3.11.3',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.64',
|
||||
)
|
||||
|
||||
nlohmann_json_dep = declare_dependency(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user