summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-09 19:02:16 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-09 19:02:16 (GMT)
commitfb4765997768385fb4ad680652c283418c309eb0 (patch)
treed440463c7a9b8f34fd181d0dbd70dafa7f934801
parent99d522780c8b64790504e9a59cb3d4c9f08ca182 (diff)
downloadhdf5-fb4765997768385fb4ad680652c283418c309eb0.zip
hdf5-fb4765997768385fb4ad680652c283418c309eb0.tar.gz
hdf5-fb4765997768385fb4ad680652c283418c309eb0.tar.bz2
Fix CMake MPI install error
-rw-r--r--tools/h5diff/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5diff/CMakeLists.txt b/tools/h5diff/CMakeLists.txt
index 8952a60..ce0278f 100644
--- a/tools/h5diff/CMakeLists.txt
+++ b/tools/h5diff/CMakeLists.txt
@@ -42,7 +42,6 @@ if (H5_HAVE_PARALLEL)
target_link_libraries (ph5diff PRIVATE ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET} "$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_LIBRARIES}>")
set_target_properties (ph5diff PROPERTIES FOLDER tools)
set_global_variable (HDF5_UTILS_TO_EXPORT "${HDF5_UTILS_TO_EXPORT};ph5diff")
- set (H5_DEP_EXECUTABLES ${H5_DEP_EXECUTABLES} ph5diff)
endif ()
if (HDF5_BUILD_GENERATORS AND NOT ONLY_SHARED_LIBS)