summaryrefslogtreecommitdiffstats
path: root/tools/misc/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/misc/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/misc/CMakeLists.txt')
-rw-r--r--tools/misc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/CMakeLists.txt b/tools/misc/CMakeLists.txt
index 1726ae1..7509365 100644
--- a/tools/misc/CMakeLists.txt
+++ b/tools/misc/CMakeLists.txt
@@ -130,7 +130,7 @@ INSTALL (
TARGETS
h5debug h5repart
RUNTIME DESTINATION
- bin/tools
+ ${HDF5_INSTALL_BIN_DIR}/tools
COMPONENT
toolsapplications
)