summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-06-19 16:41:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-06-19 16:41:48 (GMT)
commit17f1e60d93f8ea5c0ddaab51a038a72f0f58eceb (patch)
treefbf511a91a27c4fde22bd73aff3ed5123ba279a3 /tools/h5diff
parent25a711fdce5817895f76d52115f948b2ba4645b4 (diff)
downloadhdf5-17f1e60d93f8ea5c0ddaab51a038a72f0f58eceb.zip
hdf5-17f1e60d93f8ea5c0ddaab51a038a72f0f58eceb.tar.gz
hdf5-17f1e60d93f8ea5c0ddaab51a038a72f0f58eceb.tar.bz2
[svn-r22475] Remove subfolder tools from install command
Diffstat (limited to 'tools/h5diff')
-rw-r--r--tools/h5diff/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/h5diff/CMakeLists.txt b/tools/h5diff/CMakeLists.txt
index a962ceb..3357b97 100644
--- a/tools/h5diff/CMakeLists.txt
+++ b/tools/h5diff/CMakeLists.txt
@@ -1429,26 +1429,26 @@ ENDIF (BUILD_TESTING)
# Rules for Installation of tools using make Install target
#-----------------------------------------------------------------------------
-INSTALL_PROGRAM_PDB (h5diff ${HDF5_INSTALL_BIN_DIR}/tools toolsapplications)
+INSTALL_PROGRAM_PDB (h5diff ${HDF5_INSTALL_BIN_DIR} toolsapplications)
INSTALL (
TARGETS
h5diff
RUNTIME DESTINATION
- ${HDF5_INSTALL_BIN_DIR}/tools
+ ${HDF5_INSTALL_BIN_DIR}
COMPONENT
toolsapplications
)
IF (H5_HAVE_PARALLEL)
- INSTALL_PROGRAM_PDB (ph5diff ${HDF5_INSTALL_BIN_DIR}/tools toolsapplications)
+ INSTALL_PROGRAM_PDB (ph5diff ${HDF5_INSTALL_BIN_DIR} toolsapplications)
INSTALL (
TARGETS
ph5diff
RUNTIME DESTINATION
- ${HDF5_INSTALL_BIN_DIR}/tools
+ ${HDF5_INSTALL_BIN_DIR}
COMPONENT
toolsapplications
)