diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-09 21:31:17 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-09 21:31:17 (GMT) |
commit | c43323a06d678604a363dc264c4c0ce4816ab049 (patch) | |
tree | f011985257ccbcca4e71b3daee9dcd23f2f47692 /hl/src | |
parent | 89b2d1c8ce1f7b41343e45137ce8e037737ccd51 (diff) | |
download | hdf5-c43323a06d678604a363dc264c4c0ce4816ab049.zip hdf5-c43323a06d678604a363dc264c4c0ce4816ab049.tar.gz hdf5-c43323a06d678604a363dc264c4c0ce4816ab049.tar.bz2 |
HDFFV-10581 Correct PDB files and debug naming.
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/CMakeLists.txt b/hl/src/CMakeLists.txt index 7125403..3cce7e4 100644 --- a/hl/src/CMakeLists.txt +++ b/hl/src/CMakeLists.txt @@ -83,7 +83,7 @@ if (HDF5_EXPORTED_TARGETS) INSTALL_TARGET_PDB (${HDF5_HL_LIBSH_TARGET} ${HDF5_INSTALL_BIN_DIR} hllibraries) endif () if (NOT ONLY_SHARED_LIBS) - INSTALL_TARGET_PDB (${HDF5_HL_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} hllibraries) + INSTALL_TARGET_PDB (${HDF5_HL_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} hllibraries) endif () install ( |