diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-17 19:56:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-17 19:56:45 (GMT) |
commit | 965f673cea5da570b05753d9e78057d287af0bc7 (patch) | |
tree | 90a56d75e0a3477b059ee12545ba9702977e837e /config | |
parent | 105a05cb9072d21b4158eb9743990b07623097a7 (diff) | |
parent | ae7da889ece8ea6cfe3207f146ee991951b5ce66 (diff) | |
download | hdf5-965f673cea5da570b05753d9e78057d287af0bc7.zip hdf5-965f673cea5da570b05753d9e78057d287af0bc7.tar.gz hdf5-965f673cea5da570b05753d9e78057d287af0bc7.tar.bz2 |
Merge pull request #1206 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
* commit 'ae7da889ece8ea6cfe3207f146ee991951b5ce66':
HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT option
Diffstat (limited to 'config')
-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. */ |