diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-01-26 20:23:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-01-26 20:23:19 (GMT) |
commit | 055348122df2be0c6ec519f9c29e2dad96c19ece (patch) | |
tree | 9579b15bbc60753de98c9a5e4bb09a6ae9045d19 /tools/lib | |
parent | eb3900554ef5f40d289cadd101aeed55b16ae233 (diff) | |
download | hdf5-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.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 ( |