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 /hl/fortran/src | |
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 'hl/fortran/src')
-rw-r--r-- | hl/fortran/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/src/CMakeLists.txt b/hl/fortran/src/CMakeLists.txt index c5b2d57..ee8604e 100644 --- a/hl/fortran/src/CMakeLists.txt +++ b/hl/fortran/src/CMakeLists.txt @@ -109,8 +109,8 @@ endif (WIN32) #----------------------------------------------------------------------------- if (HDF5_EXPORTED_TARGETS) if (BUILD_SHARED_LIBS) - INSTALL_TARGET_PDB (${HDF5_HL_F90_C_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} hlfortlibraries) - #INSTALL_TARGET_PDB (${HDF5_HL_F90_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} hlfortlibraries) + INSTALL_TARGET_PDB (${HDF5_HL_F90_C_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} hlfortlibraries) + #INSTALL_TARGET_PDB (${HDF5_HL_F90_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} hlfortlibraries) endif (BUILD_SHARED_LIBS) install ( |