Skip to content

Commit 6935317

Browse files
authored
Merge pull request #952 from baylesj/update-meson-req
Update meson build requirement
2 parents f7182a0 + 185dfd5 commit 6935317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(
77
'cpp_std=c++11',
88
'warning_level=1'],
99
license : 'Public Domain',
10-
meson_version : '>= 0.41.1')
10+
meson_version : '>= 0.50.0')
1111

1212
jsoncpp_ver_arr = meson.project_version().split('.')
1313
jsoncpp_major_version = jsoncpp_ver_arr[0]

0 commit comments

Comments
 (0)