diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-19 16:41:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-19 16:41:48 (GMT) |
commit | 17f1e60d93f8ea5c0ddaab51a038a72f0f58eceb (patch) | |
tree | fbf511a91a27c4fde22bd73aff3ed5123ba279a3 /hl/tools | |
parent | 25a711fdce5817895f76d52115f948b2ba4645b4 (diff) | |
download | hdf5-17f1e60d93f8ea5c0ddaab51a038a72f0f58eceb.zip hdf5-17f1e60d93f8ea5c0ddaab51a038a72f0f58eceb.tar.gz hdf5-17f1e60d93f8ea5c0ddaab51a038a72f0f58eceb.tar.bz2 |
[svn-r22475] Remove subfolder tools from install command
Diffstat (limited to 'hl/tools')
-rw-r--r-- | hl/tools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/CMakeLists.txt b/hl/tools/CMakeLists.txt index 4fc83b7..28943d6 100644 --- a/hl/tools/CMakeLists.txt +++ b/hl/tools/CMakeLists.txt @@ -54,7 +54,7 @@ INSTALL ( gif2h5 h52gif RUNTIME DESTINATION - ${HDF5_INSTALL_BIN_DIR}/tools + ${HDF5_INSTALL_BIN_DIR} COMPONENT hltoolsapplications ) |