Skip to content

Commit e8245b4

Browse files
authored
Update SU2_PY/pySU2/meson.build
1 parent 37289fa commit e8245b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_PY/pySU2/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ swig_version = run_command('swig', '-version').stdout().split('\n')
55
foreach line : swig_version
66
if line.startswith('SWIG Version ')
77
if line.replace('SWIG Version ','').version_compare('<3.0.11')
8-
error('The SU2 Python wrapper requires Swig > 3.0.10')
8+
error('The SU2 Python wrapper requires SWIG version >= 3.0.11')
99
endif
1010
endif
1111
endforeach

0 commit comments

Comments
 (0)