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.
1 parent 0d2d6ff commit 48c5a5eCopy full SHA for 48c5a5e
1 file changed
meson.build
@@ -26,7 +26,7 @@ if cc.get_id() == 'gcc'
26
endif
27
elif cc.get_id() == 'msvc'
28
if not cc.version().version_compare('>=19.35')
29
- error('NumPy requires at least vc142 (default with Visual Studio 2019) ' + \
+ error('NumPy requires at least vc143 (default with Visual Studio 2022) ' + \
30
'when building with MSVC')
31
32
add_project_arguments('/experimental:c11atomics', language: 'c')
0 commit comments