diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-08-10 19:20:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 19:20:16 (GMT) |
commit | e794dc5ec44ea73c92a6d3937e86307e87d277ae (patch) | |
tree | 7106bd10b7e434f822b6b0dade318628fb18628d /tools | |
parent | f04312a792d1a1b0f267ecb063e2cc7d8f29ee9a (diff) | |
download | hdf5-e794dc5ec44ea73c92a6d3937e86307e87d277ae.zip hdf5-e794dc5ec44ea73c92a6d3937e86307e87d277ae.tar.gz hdf5-e794dc5ec44ea73c92a6d3937e86307e87d277ae.tar.bz2 |
Fix CMake macro code commands (#1989)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5dump/CMakeVFDTests.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/test/h5dump/CMakeVFDTests.cmake b/tools/test/h5dump/CMakeVFDTests.cmake index dd1cb39..7ab8c1f 100644 --- a/tools/test/h5dump/CMakeVFDTests.cmake +++ b/tools/test/h5dump/CMakeVFDTests.cmake @@ -55,9 +55,6 @@ macro (ADD_VFD_H5DUMP_TEST vfdname resultfile resultcode) -P "${HDF_RESOURCES_DIR}/vfdTest.cmake" ) set_tests_properties (H5DUMP_VFD-${vfdname}-${resultfile}-h5dump PROPERTIES TIMEOUT ${CTEST_SHORT_TIMEOUT}) - set_tests_properties (H5DUMP_VFD-${resultfile} PROPERTIES - WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/${vfdname}" - ) endif () endmacro () |