summaryrefslogtreecommitdiffstats
path: root/hl/src
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 /hl/src
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 'hl/src')
-rw-r--r--hl/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/CMakeLists.txt b/hl/src/CMakeLists.txt
index e3a72e4..9c9e3a9 100644
--- a/hl/src/CMakeLists.txt
+++ b/hl/src/CMakeLists.txt
@@ -60,7 +60,7 @@ install (
#-----------------------------------------------------------------------------
if (HDF5_EXPORTED_TARGETS)
if (BUILD_SHARED_LIBS)
- INSTALL_TARGET_PDB (${HDF5_HL_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} hllibraries)
+ INSTALL_TARGET_PDB (${HDF5_HL_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} hllibraries)
endif (BUILD_SHARED_LIBS)
install (