summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-23 21:38:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-23 21:38:58 (GMT)
commit0af5d139b6c8235d26b7fa850fbe11f9956133d7 (patch)
tree3024c8d96bfa5e35ebbd0c9d4e0dedcdf747aaec /tools
parentebbd2f3ffd3cbe4c4f572a7ec8b79351687add3c (diff)
downloadhdf5-0af5d139b6c8235d26b7fa850fbe11f9956133d7.zip
hdf5-0af5d139b6c8235d26b7fa850fbe11f9956133d7.tar.gz
hdf5-0af5d139b6c8235d26b7fa850fbe11f9956133d7.tar.bz2
Fix MPI depends name
Diffstat (limited to 'tools')
-rw-r--r--tools/h5diff/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/CMakeTests.cmake b/tools/h5diff/CMakeTests.cmake
index 8209f86..ba1631c 100644
--- a/tools/h5diff/CMakeTests.cmake
+++ b/tools/h5diff/CMakeTests.cmake
@@ -397,7 +397,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 ()