diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-11 15:13:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-11 15:13:05 (GMT) |
commit | f5148618649e96f83578b0c415f69bb9016782df (patch) | |
tree | ccf142d61c74b40b0dcad28b0b872706f1cdfc06 /tools/h5ls | |
parent | dbe9c9f7dc95080eb1ad08702f880eda6b573ebd (diff) | |
download | hdf5-f5148618649e96f83578b0c415f69bb9016782df.zip hdf5-f5148618649e96f83578b0c415f69bb9016782df.tar.gz hdf5-f5148618649e96f83578b0c415f69bb9016782df.tar.bz2 |
HDFFV-8745 merge h5diff attribute fix
Diffstat (limited to 'tools/h5ls')
-rw-r--r-- | tools/h5ls/CMakeLists.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/h5ls/CMakeLists.txt b/tools/h5ls/CMakeLists.txt index 0e49edb..d9c3977 100644 --- a/tools/h5ls/CMakeLists.txt +++ b/tools/h5ls/CMakeLists.txt @@ -73,10 +73,9 @@ endif () # Rules for Installation of tools using make Install target #----------------------------------------------------------------------------- if (HDF5_EXPORTED_TARGETS) - if (BUILD_SHARED_LIBS) - INSTALL_PROGRAM_PDB (h5ls-shared ${HDF5_INSTALL_BIN_DIR} toolsapplications) - endif () - INSTALL_PROGRAM_PDB (h5ls ${HDF5_INSTALL_BIN_DIR} toolsapplications) + foreach (exec ${H5_DEP_EXECUTABLES}) + INSTALL_PROGRAM_PDB (${exec} ${HDF5_INSTALL_BIN_DIR} toolsapplications) + endforeach () install ( TARGETS |