summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-09-24 16:05:33 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2020-09-24 16:05:33 (GMT)
commitcdc4b8a0fb55af4cf1a7bb4da5d8c4d454a0b8b6 (patch)
treece6564fd87876022e72001e29c256f3cb942cc61 /config
parentc4b1693f8e5df2d9dc5f5cbc0b2d80557df8ca35 (diff)
parent739cd5723fe3435818075481687770996af42ef5 (diff)
downloadhdf5-cdc4b8a0fb55af4cf1a7bb4da5d8c4d454a0b8b6.zip
hdf5-cdc4b8a0fb55af4cf1a7bb4da5d8c4d454a0b8b6.tar.gz
hdf5-cdc4b8a0fb55af4cf1a7bb4da5d8c4d454a0b8b6.tar.bz2
Merge pull request #2898 in HDFFV/hdf5 from ~JHENDERSON/hdf52:develop to develop
* commit '739cd5723fe3435818075481687770996af42ef5': 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 600b046..a4d07fc 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -518,7 +518,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@