diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-10-23 21:38:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-10-23 21:38:22 (GMT) |
commit | 61a5491eb2f701e8347e4732f627c13c0cec3ba8 (patch) | |
tree | c54c18f01e7060353d7644374e62825bfb7287df /tools/test/h5diff | |
parent | 78bd218fdc3038e213c93a2ef9f8ef4d1adc2bb3 (diff) | |
download | hdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.zip hdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.tar.gz hdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.tar.bz2 |
Fix MPI depends name
Diffstat (limited to 'tools/test/h5diff')
-rw-r--r-- | tools/test/h5diff/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake index 93dfd72..57bcd12 100644 --- a/tools/test/h5diff/CMakeTests.cmake +++ b/tools/test/h5diff/CMakeTests.cmake @@ -426,7 +426,7 @@ if (last_test) set_tests_properties (MPI_TEST_H5DIFF-${resultfile} PROPERTIES DEPENDS ${last_test}) endif () - set (last_test "PH5DIFF-${resultfile}") + set (last_test "MPI_TEST_H5DIFF-${resultfile}") endif () endmacro () |