diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-20 14:43:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-20 14:43:02 (GMT) |
commit | b608652f7e6469550a5c7433ca8c3186ec26b7c3 (patch) | |
tree | eeab9c0dba64755b80fb60edbdda695eea06d85f /tools/h5import/CMakeLists.txt | |
parent | d0347999e6a7bd9ee2284f91a0fb77cf1527deb6 (diff) | |
download | hdf5-b608652f7e6469550a5c7433ca8c3186ec26b7c3.zip hdf5-b608652f7e6469550a5c7433ca8c3186ec26b7c3.tar.gz hdf5-b608652f7e6469550a5c7433ca8c3186ec26b7c3.tar.bz2 |
[svn-r22479] Remove subfolder tools from install command
Diffstat (limited to 'tools/h5import/CMakeLists.txt')
-rw-r--r-- | tools/h5import/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5import/CMakeLists.txt b/tools/h5import/CMakeLists.txt index f5dabef..0f0cc20 100644 --- a/tools/h5import/CMakeLists.txt +++ b/tools/h5import/CMakeLists.txt @@ -262,13 +262,13 @@ ENDIF (BUILD_TESTING) # Rules for Installation of tools using make Install target
#-----------------------------------------------------------------------------
-INSTALL_PROGRAM_PDB (h5import ${HDF5_INSTALL_BIN_DIR}/tools toolsapplications) +INSTALL_PROGRAM_PDB (h5import ${HDF5_INSTALL_BIN_DIR} toolsapplications) INSTALL ( TARGETS h5import RUNTIME DESTINATION - ${HDF5_INSTALL_BIN_DIR}/tools + ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications ) |