summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-01-28 19:16:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-01-28 19:16:32 (GMT)
commit75085cc45e4abacd2ad16135d770e9b5269a0501 (patch)
tree91331d2d10434dca7c8085a124dc754cf895567d /tools/lib
parent75da78bc7580ebb71093d077e070c3b60d59fe9f (diff)
downloadhdf5-75085cc45e4abacd2ad16135d770e9b5269a0501.zip
hdf5-75085cc45e4abacd2ad16135d770e9b5269a0501.tar.gz
hdf5-75085cc45e4abacd2ad16135d770e9b5269a0501.tar.bz2
[svn-r26064] HDFFV-9018: Install PDB files to bin folder with dlls.
Tested: windows
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 (