diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-29 12:48:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 12:48:52 (GMT) |
commit | 68d810d0d28668b3845cd9186b8947b47f7454e0 (patch) | |
tree | 3e674f005ef004449c29af38443506f6d74f8be8 /tools | |
parent | a931934fa793ceeb8334e365de225bfd1b67c92a (diff) | |
download | hdf5-68d810d0d28668b3845cd9186b8947b47f7454e0.zip hdf5-68d810d0d28668b3845cd9186b8947b47f7454e0.tar.gz hdf5-68d810d0d28668b3845cd9186b8947b47f7454e0.tar.bz2 |
1.10 Merge Consolidate VFD create list macro #1132 (#1140)
* Merge Consolidate VFD create list macro #1132
* Split dir create into separate macro
* fix VFD settings
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5dump/CMakeVFDTests.cmake | 3 | ||||
-rw-r--r-- | tools/test/h5repack/CMakeVFDTests.cmake | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tools/test/h5dump/CMakeVFDTests.cmake b/tools/test/h5dump/CMakeVFDTests.cmake index 6a70b85..7ab8c1f 100644 --- a/tools/test/h5dump/CMakeVFDTests.cmake +++ b/tools/test/h5dump/CMakeVFDTests.cmake @@ -15,8 +15,7 @@ ### T E S T I N G ### ############################################################################## ############################################################################## - -H5_SET_VFD_LIST() +H5_CREATE_VFD_DIR() # -------------------------------------------------------------------- # 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..f8ac10b 100644 --- a/tools/test/h5repack/CMakeVFDTests.cmake +++ b/tools/test/h5repack/CMakeVFDTests.cmake @@ -15,8 +15,7 @@ ### T E S T I N G ### ############################################################################## ############################################################################## - -H5_SET_VFD_LIST() +H5_CREATE_VFD_DIR() ############################################################################## ############################################################################## |