summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-11 20:38:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-11 20:38:41 (GMT)
commit346fe1a0bcb2da5e3b1de04f24195ce9781e846a (patch)
tree25ea4236c0558aa025087e4cadd34bf7f509bced /c++
parent89b2d1c8ce1f7b41343e45137ce8e037737ccd51 (diff)
parent4c8e3573a7387db8cb8292c9207d528b9497a4c7 (diff)
downloadhdf5-inactive/110_HDFFV-10808-h5pset_file_space_strategy.zip
hdf5-inactive/110_HDFFV-10808-h5pset_file_space_strategy.tar.gz
hdf5-inactive/110_HDFFV-10808-h5pset_file_space_strategy.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 'c++')
-rw-r--r--c++/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/CMakeLists.txt b/c++/src/CMakeLists.txt
index 8e7f8be..b141a5e 100644
--- a/c++/src/CMakeLists.txt
+++ b/c++/src/CMakeLists.txt
@@ -139,7 +139,7 @@ if (HDF5_EXPORTED_TARGETS)
INSTALL_TARGET_PDB (${HDF5_CPP_LIBSH_TARGET} ${HDF5_INSTALL_BIN_DIR} cpplibraries)
endif ()
if (NOT ONLY_SHARED_LIBS)
- INSTALL_TARGET_PDB (${HDF5_CPP_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} cpplibraries)
+ INSTALL_TARGET_PDB (${HDF5_CPP_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} cpplibraries)
endif ()
install (