diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-20 20:07:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-20 20:07:19 (GMT) |
commit | 732aae11c53fb63cdab58735604babbfd4d5db44 (patch) | |
tree | 15bb8c1a14c61fe54bae9d3de5b94205f18e5f7a /config/cmake/H5pubconf.h.in | |
parent | c78f43b25eafc4f1b12f58f19397a236a2c246c5 (diff) | |
download | hdf5-732aae11c53fb63cdab58735604babbfd4d5db44.zip hdf5-732aae11c53fb63cdab58735604babbfd4d5db44.tar.gz hdf5-732aae11c53fb63cdab58735604babbfd4d5db44.tar.bz2 |
HDFFV-10547 develop needs 1.12 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 1d73bba..2ddb740 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -672,6 +672,9 @@ /* Define using v1.10 public API symbols by default */ #cmakedefine H5_USE_110_API_DEFAULT @H5_USE_110_API_DEFAULT@ +/* Define using v1.12 public API symbols by default */ +#cmakedefine H5_USE_112_API_DEFAULT @H5_USE_112_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. */ |