summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-03-05 17:07:16 (GMT)
committerGitHub <noreply@github.com>2024-03-05 17:07:16 (GMT)
commit0be892585a63a34d8dbe687c2cebdbff30809cce (patch)
tree83d9528271f21f3497e667546e68602bb0dc35f6 /hl/tools/h5watch
parent42c7e1d073d6e8070d5483bfdf30f5039a69b264 (diff)
downloadhdf5-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 'hl/tools/h5watch')
-rw-r--r--hl/tools/h5watch/CMakeTests.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/hl/tools/h5watch/CMakeTests.cmake b/hl/tools/h5watch/CMakeTests.cmake
index fd40010..b807fad 100644
--- a/hl/tools/h5watch/CMakeTests.cmake
+++ b/hl/tools/h5watch/CMakeTests.cmake
@@ -69,7 +69,7 @@ add_custom_target(H5WATCH_files ALL COMMENT "Copying files needed by H5WATCH tes
##############################################################################
macro (ADD_H5_TEST resultfile resultcode)
- if (NOT HDF5_ENABLE_USING_MEMCHECKER)
+ if (NOT HDF5_USING_ANALYSIS_TOOL)
add_test (
NAME H5WATCH_ARGS-h5watch-${resultfile}
COMMAND "${CMAKE_COMMAND}"
@@ -94,7 +94,7 @@ add_custom_target(H5WATCH_files ALL COMMENT "Copying files needed by H5WATCH tes
endmacro ()
macro (ADD_H5_ERR_TEST resultfile resultcode)
- if (NOT HDF5_ENABLE_USING_MEMCHECKER)
+ if (NOT HDF5_USING_ANALYSIS_TOOL)
add_test (
NAME H5WATCH_ARGS-h5watch-${resultfile}
COMMAND "${CMAKE_COMMAND}"
@@ -121,7 +121,7 @@ add_custom_target(H5WATCH_files ALL COMMENT "Copying files needed by H5WATCH tes
endmacro ()
macro (ADD_H5_WATCH resultfile resultcode)
- if (NOT HDF5_ENABLE_USING_MEMCHECKER)
+ if (NOT HDF5_USING_ANALYSIS_TOOL)
add_test (
NAME H5WATCH-${resultfile}
COMMAND "${CMAKE_COMMAND}"