summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-23 21:38:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-23 21:38:22 (GMT)
commit61a5491eb2f701e8347e4732f627c13c0cec3ba8 (patch)
treec54c18f01e7060353d7644374e62825bfb7287df /tools
parent78bd218fdc3038e213c93a2ef9f8ef4d1adc2bb3 (diff)
downloadhdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.zip
hdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.tar.gz
hdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.tar.bz2
Fix MPI depends name
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5diff/CMakeTests.cmake2
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 ()