From 732aae11c53fb63cdab58735604babbfd4d5db44 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 20 Aug 2018 15:07:19 -0500 Subject: HDFFV-10547 develop needs 1.12 default option --- config/cmake/H5pubconf.h.in | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- cgit v0.12