diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2024-03-05 17:07:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 17:07:16 (GMT) |
commit | 0be892585a63a34d8dbe687c2cebdbff30809cce (patch) | |
tree | 83d9528271f21f3497e667546e68602bb0dc35f6 /config | |
parent | 42c7e1d073d6e8070d5483bfdf30f5039a69b264 (diff) | |
download | hdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.zip hdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.tar.gz hdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.tar.bz2 |
Rename incorrectly named option (#4067)
* Rename incorrectly named option
* Restore the correct uses of USING_MEMCHECKER
* Update release note
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/mccacheinit.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/mccacheinit.cmake b/config/cmake/mccacheinit.cmake index 0347f6e..9e4d581 100644 --- a/config/cmake/mccacheinit.cmake +++ b/config/cmake/mccacheinit.cmake @@ -39,7 +39,7 @@ set (HDF5_ENABLE_SZIP_ENCODING OFF CACHE BOOL "Use SZip Encoding" FORCE) set (MPIEXEC_MAX_NUMPROCS "4" CACHE STRING "Minimum number of processes for HDF parallel tests" FORCE) -set (HDF5_ENABLE_USING_MEMCHECKER ON CACHE BOOL "Indicate that a memory checker is used" FORCE) +set (HDF5_USING_ANALYSIS_TOOL ON CACHE BOOL "Indicate that an analysis checker is used" FORCE) set (HDF5_NO_PACKAGES ON CACHE BOOL "CPACK - Disable packaging" FORCE) |