diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-03 20:45:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-03 20:45:31 (GMT) |
commit | 9fd74f83e656be95ef456d4fa275a598153a6e61 (patch) | |
tree | f7e265af6a44d88d0982866c882921c7d90648b3 /tools/h5repack | |
parent | 031633c4791ce31b94f655148912e987df078025 (diff) | |
download | hdf5-9fd74f83e656be95ef456d4fa275a598153a6e61.zip hdf5-9fd74f83e656be95ef456d4fa275a598153a6e61.tar.gz hdf5-9fd74f83e656be95ef456d4fa275a598153a6e61.tar.bz2 |
Remove hanging property set
Diffstat (limited to 'tools/h5repack')
-rw-r--r-- | tools/h5repack/CMakeTests.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5repack/CMakeTests.cmake b/tools/h5repack/CMakeTests.cmake index 561072d..666f28e 100644 --- a/tools/h5repack/CMakeTests.cmake +++ b/tools/h5repack/CMakeTests.cmake @@ -146,7 +146,6 @@ endif () set (last_test "H5REPACK-${testname}") else (HDF5_ENABLE_USING_MEMCHECKER) - set_tests_properties (H5REPACK-h5repack-${testname}-clear-objects PROPERTIES WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles") add_test ( NAME H5REPACK-h5repack-${testname} COMMAND "${CMAKE_COMMAND}" |