summaryrefslogtreecommitdiffstats
path: root/tools/h5ls/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-07-15 20:12:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-07-15 20:12:47 (GMT)
commit85067f1e0966b4f90f968d04db40d11c0b28561c (patch)
tree1a9456c053a555edc327ec13550de6aec367ea08 /tools/h5ls/CMakeLists.txt
parent64a40933b365520f9d162ac5a721e7a10d1930c4 (diff)
downloadhdf5-85067f1e0966b4f90f968d04db40d11c0b28561c.zip
hdf5-85067f1e0966b4f90f968d04db40d11c0b28561c.tar.gz
hdf5-85067f1e0966b4f90f968d04db40d11c0b28561c.tar.bz2
[svn-r27396] HDFFV-9429: Merge datattype print ordering to 1.8
Diffstat (limited to 'tools/h5ls/CMakeLists.txt')
-rw-r--r--tools/h5ls/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/h5ls/CMakeLists.txt b/tools/h5ls/CMakeLists.txt
index 984b36b..116f735 100644
--- a/tools/h5ls/CMakeLists.txt
+++ b/tools/h5ls/CMakeLists.txt
@@ -40,8 +40,5 @@ endif (BUILD_TESTING)
install (
TARGETS
h5ls
- RUNTIME DESTINATION
- ${HDF5_INSTALL_BIN_DIR}
- COMPONENT
- toolsapplications
+ RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
)