diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-26 02:17:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 02:17:23 (GMT) |
commit | aee9e06aa8ff85397a54f7955d62466d39b23ddc (patch) | |
tree | 13acfaf6e70c17f8737f3a905e80778ba08c2517 /tools | |
parent | b0bd984ed620aeca1047f1f45692890eacb924be (diff) | |
download | hdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.zip hdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.tar.gz hdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.tar.bz2 |
Consolidate VFD create list macro (#1132)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5dump/CMakeVFDTests.cmake | 2 | ||||
-rw-r--r-- | tools/test/h5repack/CMakeVFDTests.cmake | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/test/h5dump/CMakeVFDTests.cmake b/tools/test/h5dump/CMakeVFDTests.cmake index 6a70b85..b6e0bea 100644 --- a/tools/test/h5dump/CMakeVFDTests.cmake +++ b/tools/test/h5dump/CMakeVFDTests.cmake @@ -16,8 +16,6 @@ ############################################################################## ############################################################################## -H5_SET_VFD_LIST() - # -------------------------------------------------------------------- # Copy all the HDF5 files from the source directory into the test directory # -------------------------------------------------------------------- diff --git a/tools/test/h5repack/CMakeVFDTests.cmake b/tools/test/h5repack/CMakeVFDTests.cmake index 78d752c..e50414f 100644 --- a/tools/test/h5repack/CMakeVFDTests.cmake +++ b/tools/test/h5repack/CMakeVFDTests.cmake @@ -16,8 +16,6 @@ ############################################################################## ############################################################################## -H5_SET_VFD_LIST() - ############################################################################## ############################################################################## ### T H E T E S T S M A C R O S ### |