summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-09-20 21:02:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-09-20 21:02:26 (GMT)
commit7c7b4e3deb555c2d2fc3a6a029549a014f29d50e (patch)
tree3f5918dbc0f2bdbac88d0e2604730285dbe699cc /tools/h5dump/CMakeLists.txt
parent1d8cd1619ac982396ef1aa35793a97e89027f3da (diff)
downloadhdf5-7c7b4e3deb555c2d2fc3a6a029549a014f29d50e.zip
hdf5-7c7b4e3deb555c2d2fc3a6a029549a014f29d50e.tar.gz
hdf5-7c7b4e3deb555c2d2fc3a6a029549a014f29d50e.tar.bz2
[svn-r19438] Correct use of lib, include, bin in INSTALL commands to use proper variables.
Tested: local linux
Diffstat (limited to 'tools/h5dump/CMakeLists.txt')
-rw-r--r--tools/h5dump/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt
index 305b2c5..334e79c 100644
--- a/tools/h5dump/CMakeLists.txt
+++ b/tools/h5dump/CMakeLists.txt
@@ -974,7 +974,7 @@ INSTALL (
TARGETS
h5dump
RUNTIME DESTINATION
- bin/tools
+ ${HDF5_INSTALL_BIN_DIR}/tools
COMPONENT
toolsapplications
)