aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8132240a..3a36b11d 100644
--- a/meson.build
+++ b/meson.build
@@ -31,6 +31,9 @@ if not hdf5dep.found()
error('Couldn\'t find HDF5')
endif
+# Request HDF5 1.10-style API
+add_project_arguments('-DH5_USE_110_API', language : 'c')
+
# "Optional" dependencies
fftwdep = dependency('fftw3', required : false)
if fftwdep.found()