summaryrefslogtreecommitdiffstats
path: root/tools/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-02-01 17:30:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-02-01 17:30:29 (GMT)
commit0668e1ba1e00002e7e6104eae50325e9d32544e4 (patch)
tree411176b8faa1364a5770672e3ad36e8e25e06a11 /tools/src
parent7b85399dffbdf3cfcc704f848208c38c28c107fe (diff)
downloadhdf5-0668e1ba1e00002e7e6104eae50325e9d32544e4.zip
hdf5-0668e1ba1e00002e7e6104eae50325e9d32544e4.tar.gz
hdf5-0668e1ba1e00002e7e6104eae50325e9d32544e4.tar.bz2
HDFFV-10123 fix shared name
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/h5diff/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5diff/CMakeLists.txt b/tools/src/h5diff/CMakeLists.txt
index a1f6907..e75890c 100644
--- a/tools/src/h5diff/CMakeLists.txt
+++ b/tools/src/h5diff/CMakeLists.txt
@@ -22,7 +22,7 @@ set_global_variable (HDF5_UTILS_TO_EXPORT "${HDF5_UTILS_TO_EXPORT};h5diff")
set (H5_DEP_EXECUTABLES h5diff)
if (BUILD_SHARED_LIBS)
- add_executable (h5diff
+ add_executable (h5diff-shared
${HDF5_TOOLS_SRC_H5DIFF_SOURCE_DIR}/h5diff_common.c
${HDF5_TOOLS_SRC_H5DIFF_SOURCE_DIR}/h5diff_main.c
)