Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 371bb76

Browse files
committed
BLD: add Meson version check, to catch older installed versions early
1 parent 9509508 commit 371bb76

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
# See `numpy/__init__.py`
77
version: '2.0.0.dev0',
88
license: 'BSD-3',
9-
meson_version: '>= 1.1.0',
9+
meson_version: '>=1.2.99', # version in vendored-meson is 1.2.99
1010
default_options: [
1111
'buildtype=debugoptimized',
1212
'b_ndebug=if-release',

0 commit comments

Comments
 (0)