summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-01-26 20:23:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-01-26 20:23:19 (GMT)
commit055348122df2be0c6ec519f9c29e2dad96c19ece (patch)
tree9579b15bbc60753de98c9a5e4bb09a6ae9045d19 /tools/lib
parenteb3900554ef5f40d289cadd101aeed55b16ae233 (diff)
downloadhdf5-055348122df2be0c6ec519f9c29e2dad96c19ece.zip
hdf5-055348122df2be0c6ec519f9c29e2dad96c19ece.tar.gz
hdf5-055348122df2be0c6ec519f9c29e2dad96c19ece.tar.bz2
[svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.
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 3dba919..ce29208 100644
--- a/tools/lib/CMakeLists.txt
+++ b/tools/lib/CMakeLists.txt
@@ -76,7 +76,7 @@ install (
#-----------------------------------------------------------------------------
if (HDF5_EXPORTED_TARGETS)
if (BUILD_SHARED_LIBS)
- INSTALL_TARGET_PDB (${HDF5_TOOLS_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} toolslibraries)
+ INSTALL_TARGET_PDB (${HDF5_TOOLS_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} toolslibraries)
endif (BUILD_SHARED_LIBS)
install (