summaryrefslogtreecommitdiffstats
path: root/hl/fortran
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-08 17:21:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-08 17:21:11 (GMT)
commitae0c16d1f2025683ad7fa6d4da2cc290f9c633d9 (patch)
tree4fbe9260a4a854c3760e0c07e8974dd3114f048c /hl/fortran
parentde217a64998c841e784c3f60e031da9e0041feb5 (diff)
downloadhdf5-ae0c16d1f2025683ad7fa6d4da2cc290f9c633d9.zip
hdf5-ae0c16d1f2025683ad7fa6d4da2cc290f9c633d9.tar.gz
hdf5-ae0c16d1f2025683ad7fa6d4da2cc290f9c633d9.tar.bz2
HDFFV-10581 fix locations for static pdb files
Diffstat (limited to 'hl/fortran')
-rw-r--r--hl/fortran/src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/src/CMakeLists.txt b/hl/fortran/src/CMakeLists.txt
index a684088..b63b5c6 100644
--- a/hl/fortran/src/CMakeLists.txt
+++ b/hl/fortran/src/CMakeLists.txt
@@ -294,8 +294,8 @@ if (HDF5_EXPORTED_TARGETS)
#INSTALL_TARGET_PDB (${HDF5_HL_F90_LIBSH_TARGET} ${HDF5_INSTALL_BIN_DIR} hlfortlibraries)
endif ()
if (NOT ONLY_SHARED_LIBS)
- INSTALL_TARGET_PDB (${HDF5_HL_F90_C_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} hlfortlibraries)
- #INSTALL_TARGET_PDB (${HDF5_HL_F90_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} hlfortlibraries)
+ INSTALL_TARGET_PDB (${HDF5_HL_F90_C_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} hlfortlibraries)
+ #INSTALL_TARGET_PDB (${HDF5_HL_F90_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} hlfortlibraries)
endif ()
install (