summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-02-22 16:57:07 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-02-22 16:57:07 (GMT)
commit910d4204098e4ad4b27dc037fa0bab977af2b59e (patch)
tree533142bc759cc666acf8e72ac78902cc01b094a3 /tools/lib
parentfe2b65f3e44057bf1155cd82d1d87169c6e09a5c (diff)
downloadhdf5-910d4204098e4ad4b27dc037fa0bab977af2b59e.zip
hdf5-910d4204098e4ad4b27dc037fa0bab977af2b59e.tar.gz
hdf5-910d4204098e4ad4b27dc037fa0bab977af2b59e.tar.bz2
[svn-r29177] HDFFV-9654: add VDS options to h5dump
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt
index 38c84a2..0b39a2b 100644
--- a/tools/lib/CMakeLists.txt
+++ b/tools/lib/CMakeLists.txt
@@ -61,7 +61,7 @@ if (BUILD_SHARED_LIBS)
set_global_variable (HDF5_LIBRARIES_TO_EXPORT "${HDF5_LIBRARIES_TO_EXPORT};${HDF5_TOOLS_LIBSH_TARGET}")
H5_SET_LIB_OPTIONS (
${HDF5_TOOLS_LIBSH_TARGET} ${HDF5_TOOLS_LIB_NAME}
- SHARED
+ SHARED ${HDF5_TOOLS_PACKAGE_SOVERSION}
HDF5_TOOLS_LIB_NAME_RELEASE
HDF5_TOOLS_LIB_NAME_DEBUG
)