diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-11 20:38:41 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-11 20:38:41 (GMT) |
commit | 346fe1a0bcb2da5e3b1de04f24195ce9781e846a (patch) | |
tree | 25ea4236c0558aa025087e4cadd34bf7f509bced /tools | |
parent | 89b2d1c8ce1f7b41343e45137ce8e037737ccd51 (diff) | |
parent | 4c8e3573a7387db8cb8292c9207d528b9497a4c7 (diff) | |
download | hdf5-346fe1a0bcb2da5e3b1de04f24195ce9781e846a.zip hdf5-346fe1a0bcb2da5e3b1de04f24195ce9781e846a.tar.gz hdf5-346fe1a0bcb2da5e3b1de04f24195ce9781e846a.tar.bz2 |
Merge pull request #1795 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10inactive/110_HDFFV-10808-h5pset_file_space_strategy
* commit '4c8e3573a7387db8cb8292c9207d528b9497a4c7':
Fix CMake module include and note text
HDFFV-10581 Correct PDB files and debug naming.
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 e9dfcaa..75ed627 100644 --- a/tools/lib/CMakeLists.txt +++ b/tools/lib/CMakeLists.txt @@ -85,7 +85,7 @@ if (HDF5_EXPORTED_TARGETS) INSTALL_TARGET_PDB (${HDF5_TOOLS_LIBSH_TARGET} ${HDF5_INSTALL_BIN_DIR} toolslibraries) endif () if (NOT ONLY_SHARED_LIBS) - INSTALL_TARGET_PDB (${HDF5_TOOLS_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} toolslibraries) + INSTALL_TARGET_PDB (${HDF5_TOOLS_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} toolslibraries) endif () install ( |