We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2808902 + fc37e00 commit f4f6298Copy full SHA for f4f6298
1 file changed
meson.build
@@ -6,6 +6,9 @@ project('SU2', 'c', 'cpp',
6
'c_std=c99',
7
'cpp_std=c++11'])
8
9
+if meson.version() != '0.61.1'
10
+ error('SU2 must be configured with the extended Meson script (./meson.py) in the SU2 root directory.')
11
+endif
12
13
pymod = import('python')
14
python = pymod.find_installation()
0 commit comments