diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-07-10 03:17:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-07-10 03:17:22 (GMT) |
commit | 73df02f13c2b1e0b256cdbff1c7c584e84548df4 (patch) | |
tree | 43f503fea615b405e03863e1befc1c91bd9f65ef /hl/src | |
parent | db7c43d375f6997dfc44d6153e7b015da571a8c9 (diff) | |
parent | c33f2cbf18b4cc0aafedfe2d1cc29ed7730c91f6 (diff) | |
download | hdf5-73df02f13c2b1e0b256cdbff1c7c584e84548df4.zip hdf5-73df02f13c2b1e0b256cdbff1c7c584e84548df4.tar.gz hdf5-73df02f13c2b1e0b256cdbff1c7c584e84548df4.tar.bz2 |
Merge branch 'develop' into feature/update_gcc_flags
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 ( |