mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-12 19:05:02 +02:00
Merge pull request #952 from baylesj/update-meson-req
Update meson build requirement
This commit is contained in:
commit
6935317d84
@ -7,7 +7,7 @@ project(
|
|||||||
'cpp_std=c++11',
|
'cpp_std=c++11',
|
||||||
'warning_level=1'],
|
'warning_level=1'],
|
||||||
license : 'Public Domain',
|
license : 'Public Domain',
|
||||||
meson_version : '>= 0.41.1')
|
meson_version : '>= 0.50.0')
|
||||||
|
|
||||||
jsoncpp_ver_arr = meson.project_version().split('.')
|
jsoncpp_ver_arr = meson.project_version().split('.')
|
||||||
jsoncpp_major_version = jsoncpp_ver_arr[0]
|
jsoncpp_major_version = jsoncpp_ver_arr[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user