diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-01-28 19:16:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-01-28 19:16:32 (GMT) |
commit | 75085cc45e4abacd2ad16135d770e9b5269a0501 (patch) | |
tree | 91331d2d10434dca7c8085a124dc754cf895567d /tools | |
parent | 75da78bc7580ebb71093d077e070c3b60d59fe9f (diff) | |
download | hdf5-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')
-rw-r--r-- | tools/lib/CMakeLists.txt | 2 |
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 ( |