Skip to content

Commit

Permalink
tests: set c++ stdandard to c++11 for hd5f
Browse files Browse the repository at this point in the history
This fails on MacOS otherwise
  • Loading branch information
dcbaker committed Sep 30, 2024
1 parent 5399d3d commit 735c730
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test cases/frameworks/25 hdf5/meson.build
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 735c730

Please sign in to comment.