diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-17 19:48:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-17 19:48:43 (GMT) |
commit | ae7da889ece8ea6cfe3207f146ee991951b5ce66 (patch) | |
tree | 90a56d75e0a3477b059ee12545ba9702977e837e /config/cmake/H5pubconf.h.in | |
parent | 105a05cb9072d21b4158eb9743990b07623097a7 (diff) | |
download | hdf5-ae7da889ece8ea6cfe3207f146ee991951b5ce66.zip hdf5-ae7da889ece8ea6cfe3207f146ee991951b5ce66.tar.gz hdf5-ae7da889ece8ea6cfe3207f146ee991951b5ce66.tar.bz2 |
HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT option
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
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. */ |