Skip to content

Commit c3e8495

Browse files
committed
fix
1 parent f41ad56 commit c3e8495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

externals/cgns/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if build_machine.system() == 'windows' || meson.get_compiler('cpp').get_id() == 'intel'
1+
if build_machine.system() == 'windows' or meson.get_compiler('cpp').get_id() == 'intel'
22
cgns_default_warnings = []
33
else
44
cgns_default_warnings = ['-Wno-unused-result']

0 commit comments

Comments
 (0)