Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7182a0 + 185dfd5 commit 6935317Copy full SHA for 6935317
meson.build
@@ -7,7 +7,7 @@ project(
7
'cpp_std=c++11',
8
'warning_level=1'],
9
license : 'Public Domain',
10
- meson_version : '>= 0.41.1')
+ meson_version : '>= 0.50.0')
11
12
jsoncpp_ver_arr = meson.project_version().split('.')
13
jsoncpp_major_version = jsoncpp_ver_arr[0]
0 commit comments