summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-07 17:54:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-07 17:54:54 (GMT)
commit509eb3b292237448bdd1d4b2e2222c07a57f65e0 (patch)
treecd15f754095f50a82f60194359684c67ea48bd5e /tools/h5dump
parent7a7f89d5250f8a5bca572fdd21ae01b44db1f8d6 (diff)
downloadhdf5-509eb3b292237448bdd1d4b2e2222c07a57f65e0.zip
hdf5-509eb3b292237448bdd1d4b2e2222c07a57f65e0.tar.gz
hdf5-509eb3b292237448bdd1d4b2e2222c07a57f65e0.tar.bz2
Fix fortran SHARED issues from merge
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt
index 0ec36e0..11747ba 100644
--- a/tools/h5dump/CMakeLists.txt
+++ b/tools/h5dump/CMakeLists.txt
@@ -46,7 +46,7 @@ if (BUILD_TESTING)
add_library (${H5DUMP_TOOL_PLUGIN_LIB_TARGET} SHARED dynlib_dump.c)
target_include_directories (${H5DUMP_TOOL_PLUGIN_LIB_TARGET} PRIVATE "${HDF5_SRC_DIR};${HDF5_BINARY_DIR};$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_INCLUDE_DIRS}>")
TARGET_C_PROPERTIES (${H5DUMP_TOOL_PLUGIN_LIB_TARGET} SHARED)
- target_link_libraries (${H5DUMP_TOOL_PLUGIN_LIB_TARGET} PRIVATE ${HDF5_TEST_LIB_TARGET})
+ target_link_libraries (${H5DUMP_TOOL_PLUGIN_LIB_TARGET} PRIVATE ${HDF5_TEST_LIBSH_TARGET})
H5_SET_LIB_OPTIONS (${H5DUMP_TOOL_PLUGIN_LIB_TARGET} ${H5DUMP_TOOL_PLUGIN_LIB_NAME} SHARED "LIB")
# make plugins dir