Skip to content

Commit 3989a6e

Browse files
authored
Merge pull request numpy#28693 from lucascolley/meson-version
BLD: fix meson_version warning
2 parents 8a8579a + 0369a71 commit 3989a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(
66
['numpy/_build_utils/gitversion.py'],
77
check: true).stdout().strip(),
88
license: 'BSD-3',
9-
meson_version: '>=1.2.99', # version in vendored-meson is 1.2.99
9+
meson_version: '>=1.5.2', # version in vendored-meson is 1.5.2
1010
default_options: [
1111
'buildtype=debugoptimized',
1212
'b_ndebug=if-release',

0 commit comments

Comments
 (0)