diff options
author | Thomas White <taw@physics.org> | 2022-03-09 10:32:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-03-09 10:51:38 +0100 |
commit | fa397e933d2ba0ecdfb94e6a9d876886598be9f5 (patch) | |
tree | 29ea8fed5cb0522f2e706fe20d6c7117225e5da9 /config.h.cmake.in | |
parent | 54752e2ce0a0d5c9ea0e8b6832affb4bc5ef6554 (diff) |
Meson: enable building without HDF5
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r-- | config.h.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in index 81944a12..2c781b3c 100644 --- a/config.h.cmake.in +++ b/config.h.cmake.in @@ -9,3 +9,4 @@ #cmakedefine HAVE_CLOCK_GETTIME #cmakedefine HAVE_ZMQ #cmakedefine HAVE_SLURM +#cmakedefine HAVE_HDF5 |