summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-17 20:01:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-17 20:01:23 (GMT)
commitaab40090f0227bec4150f322aee40c1aa4dbd21e (patch)
tree2bbc030e752b5aa08707fbddca2fd60fdc167114 /config
parent589845a3ce4171f1b33e8ff6f71ddd2c6fe3209d (diff)
downloadhdf5-aab40090f0227bec4150f322aee40c1aa4dbd21e.zip
hdf5-aab40090f0227bec4150f322aee40c1aa4dbd21e.tar.gz
hdf5-aab40090f0227bec4150f322aee40c1aa4dbd21e.tar.bz2
HDFFV-10552 Add missing HDF5_USE_110_API_DEFAULT option
Diffstat (limited to 'config')
-rw-r--r--config/cmake/H5pubconf.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index ccfe581..1d73bba 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -669,6 +669,9 @@
/* Define using v1.8 public API symbols by default */
#cmakedefine H5_USE_18_API_DEFAULT @H5_USE_18_API_DEFAULT@
+/* Define using v1.10 public API symbols by default */
+#cmakedefine H5_USE_110_API_DEFAULT @H5_USE_110_API_DEFAULT@
+
/* Define if a memory checking tool will be used on the library, to cause
library to be very picky about memory operations and also disable the
internal free list manager code. */