summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5DeveloperBuild.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config/cmake/HDF5DeveloperBuild.cmake')
-rw-r--r--config/cmake/HDF5DeveloperBuild.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/cmake/HDF5DeveloperBuild.cmake b/config/cmake/HDF5DeveloperBuild.cmake
index 53c03de..40efb0e 100644
--- a/config/cmake/HDF5DeveloperBuild.cmake
+++ b/config/cmake/HDF5DeveloperBuild.cmake
@@ -194,10 +194,3 @@ endif ()
# Enable strict checking of the file format
list (APPEND HDF5_DEVELOPER_DEFS H5_STRICT_FORMAT_CHECKS)
-
-# Enable printing of library memory stats
-option (HDF5_ENABLE_MEMORY_STATS "Enable printing of library memory stats" OFF)
-mark_as_advanced (HDF5_ENABLE_MEMORY_STATS)
-if (HDF5_ENABLE_MEMORY_STATS)
- list (APPEND HDF5_DEVELOPER_DEFS H5MM_PRINT_MEMORY_STATS)
-endif ()