summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-09 20:35:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-09 20:35:51 (GMT)
commitc33f2cbf18b4cc0aafedfe2d1cc29ed7730c91f6 (patch)
tree4dea4f12bddcd8dcd114a611173809bbdeda3686 /hl/src
parentde217a64998c841e784c3f60e031da9e0041feb5 (diff)
parent88ab4b144bcf8454be9eff8800706c0abb404de1 (diff)
downloadhdf5-c33f2cbf18b4cc0aafedfe2d1cc29ed7730c91f6.zip
hdf5-c33f2cbf18b4cc0aafedfe2d1cc29ed7730c91f6.tar.gz
hdf5-c33f2cbf18b4cc0aafedfe2d1cc29ed7730c91f6.tar.bz2
Merge pull request #1791 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '88ab4b144bcf8454be9eff8800706c0abb404de1': fix var name Fix compile error with ifdef H5_HAVE_GETHOSTNAME perf program can only be built on unix platforms Declaration needed for parallel standalone Correct test use of library name Change how name is retrieved Move before null check HDFFV-10581 remove special name checking HDFFV-10581 fix locations for static pdb files
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/CMakeLists.txt2
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 (