diff options
author | Thomas White <taw@physics.org> | 2020-09-18 14:51:28 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-18 14:59:07 +0200 |
commit | 188a08b4a11a78b399f34fe71073b5d69f043c8c (patch) | |
tree | 01f526deb5deb1434d39556de4452ee0fb878fa4 /meson.build | |
parent | 737bea08baac0132281c9ee4904b95fb0da98717 (diff) |
Meson: Add another HDF5 compatibility setting
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index ffdcb4db..24f29f44 100644 --- a/meson.build +++ b/meson.build @@ -37,6 +37,7 @@ endif # Request HDF5 1.10-style API add_project_arguments('-DH5_USE_110_API', language : 'c') +add_project_arguments('-DH5O_GET_INFO_BY_IDX1', language : 'c') # "Optional" dependencies fftwdep = dependency('fftw3', required : false) |