tests: set c++ stdandard to c++11 for hd5f

This fails on MacOS otherwise
pull/13735/head
Dylan Baker 2 months ago committed by Jussi Pakkanen
parent a31f8d68cb
commit d584c7debb
  1. 6
      test cases/frameworks/25 hdf5/meson.build

@ -1,4 +1,8 @@
project('hdf5_framework', 'c')
project(
'hdf5_framework',
'c',
default_options : ['cpp_std=c++11'],
)
# NOTE: all HDF5 languages must have HDF5 C library working.

Loading…
Cancel
Save