diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2014-06-10 16:22:12 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2014-06-10 16:22:12 (GMT) |
commit | 720e0c7623be9847867b9d857329ab626ee8f3e8 (patch) | |
tree | 87dc28bb5957fcc4f54f548d20b26cd7b3747761 /tools | |
parent | 519e23171052963775c47132ec0106727fdf5c41 (diff) | |
download | hdf5-720e0c7623be9847867b9d857329ab626ee8f3e8.zip hdf5-720e0c7623be9847867b9d857329ab626ee8f3e8.tar.gz hdf5-720e0c7623be9847867b9d857329ab626ee8f3e8.tar.bz2 |
[svn-r25250] Bring revisions #24670 - $24698 from trunk to revise_chunks.
Tested on jam, koala, ostrich, platypus.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt index 6649e48..43ef6ba 100644 --- a/tools/lib/CMakeLists.txt +++ b/tools/lib/CMakeLists.txt @@ -86,8 +86,9 @@ ENDIF (APPLE) # Add Target(s) to CMake Install for import into other projects #----------------------------------------------------------------------------- IF (HDF5_EXPORTED_TARGETS) - - INSTALL_TARGET_PDB (${HDF5_TOOLS_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} toolslibraries) + IF (BUILD_SHARED_LIBS) + INSTALL_TARGET_PDB (${HDF5_TOOLS_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} toolslibraries) + ENDIF (BUILD_SHARED_LIBS) INSTALL ( TARGETS |