diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2020-09-23 23:23:14 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2020-09-23 23:23:14 (GMT) |
commit | 739cd5723fe3435818075481687770996af42ef5 (patch) | |
tree | ce6564fd87876022e72001e29c256f3cb942cc61 /config/cmake | |
parent | c4b1693f8e5df2d9dc5f5cbc0b2d80557df8ca35 (diff) | |
download | hdf5-739cd5723fe3435818075481687770996af42ef5.zip hdf5-739cd5723fe3435818075481687770996af42ef5.tar.gz hdf5-739cd5723fe3435818075481687770996af42ef5.tar.bz2 |
Fix memory sanity check option in CMake
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 2 |
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@ |