summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-09-25 16:48:11 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2020-09-25 16:48:11 (GMT)
commit636cba89e605644c8f094fcc7f951c70cd895a39 (patch)
tree9117db44bbe639000f2c0e6c700e6661e97f27cc /config
parent0012a34e3a6de9ba8024bda6749d0995a1cc0c9c (diff)
parent73dbf43a6f703a49d6e7a27341dbb09f8bd2f0a1 (diff)
downloadhdf5-636cba89e605644c8f094fcc7f951c70cd895a39.zip
hdf5-636cba89e605644c8f094fcc7f951c70cd895a39.tar.gz
hdf5-636cba89e605644c8f094fcc7f951c70cd895a39.tar.bz2
Merge pull request #2900 in HDFFV/hdf5 from ~JHENDERSON/hdf52:hdf5_1_10 to hdf5_1_10
* commit '73dbf43a6f703a49d6e7a27341dbb09f8bd2f0a1': Fix memory sanity check option in CMake
Diffstat (limited to 'config')
-rw-r--r--config/cmake/H5pubconf.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index f66f529..79566ff 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -515,7 +515,7 @@
#cmakedefine H5_LT_OBJDIR @H5_LT_OBJDIR@
/* Define to enable internal memory allocation sanity checking. */
-/* #cmakedefine H5_MEMORY_ALLOC_SANITY_CHECK @H5_MEMORY_ALLOC_SANITY_CHECK@ ** Define in CMakeLists.txt */
+#cmakedefine H5_MEMORY_ALLOC_SANITY_CHECK @H5_MEMORY_ALLOC_SANITY_CHECK@
/* Define if we can violate pointer alignment restrictions */
#cmakedefine H5_NO_ALIGNMENT_RESTRICTIONS @H5_NO_ALIGNMENT_RESTRICTIONS@