summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-12 01:49:41 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-12 01:49:41 (GMT)
commitac8263fcc7cf5e8aafccbebadafb92c4ce6505a8 (patch)
treeecfd893a79f9d9b6981abbf6c295bfc8f750ce91 /config/cmake/cacheinit.cmake
parent994401b905680598db47e154e5123b8838f1f1c8 (diff)
downloadhdf5-ac8263fcc7cf5e8aafccbebadafb92c4ce6505a8.zip
hdf5-ac8263fcc7cf5e8aafccbebadafb92c4ce6505a8.tar.gz
hdf5-ac8263fcc7cf5e8aafccbebadafb92c4ce6505a8.tar.bz2
[svn-r28859] Merge of r28762, 28770-82, 28791-28806, 28816-28836, 28857
from revise_chunks. This is basically all the revise_chunks changes since alpha0 aside from the v2 B-tree changes that cause SWMR to fail. This merge should also bring the alpha branch in sync with the trunk. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++ and Fortran autotools parallel w/ Fortran (MPICH 3.1.4) cmake serial (cmakehdf5) w/ C++ and Fortran
Diffstat (limited to 'config/cmake/cacheinit.cmake')
-rw-r--r--config/cmake/cacheinit.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/cacheinit.cmake b/config/cmake/cacheinit.cmake
index 4bef99f..5cae21b 100644
--- a/config/cmake/cacheinit.cmake
+++ b/config/cmake/cacheinit.cmake
@@ -36,6 +36,8 @@ set (HDF5_ENABLE_COVERAGE OFF CACHE BOOL "Enable code coverage for Libraries and
set (HDF5_ENABLE_USING_MEMCHECKER OFF CACHE BOOL "Indicate that a memory checker is used" FORCE)
+set (HDF5_MEMORY_ALLOC_SANITY_CHECK OFF CACHE BOOL "Indicate that internal memory allocation sanity checks are enabled" FORCE)
+
set (HDF5_DISABLE_COMPILER_WARNINGS OFF CACHE BOOL "Disable compiler warnings" FORCE)
set (HDF5_USE_FOLDERS ON CACHE BOOL "Enable folder grouping of projects in IDEs." FORCE)