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

Skip to content

Commit 48c5a5e

Browse files
authored
MAINT: reflect msvc lower bound in error message (#31554)
1 parent 0d2d6ff commit 48c5a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if cc.get_id() == 'gcc'
2626
endif
2727
elif cc.get_id() == 'msvc'
2828
if not cc.version().version_compare('>=19.35')
29-
error('NumPy requires at least vc142 (default with Visual Studio 2019) ' + \
29+
error('NumPy requires at least vc143 (default with Visual Studio 2022) ' + \
3030
'when building with MSVC')
3131
endif
3232
add_project_arguments('/experimental:c11atomics', language: 'c')

0 commit comments

Comments
 (0)