summaryrefslogtreecommitdiffstats
path: root/hl/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-09-20 20:38:35 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-09-20 20:38:35 (GMT)
commitb4be8ae3d53cce93077a8a1b0afbff1b3ccd9fec (patch)
tree76e18b78410eb8180430ce9547edf94632e5aaf2 /hl/tools/CMakeLists.txt
parent441f2ed99fa3de57cfd0b913d28645851f6f0af7 (diff)
downloadhdf5-b4be8ae3d53cce93077a8a1b0afbff1b3ccd9fec.zip
hdf5-b4be8ae3d53cce93077a8a1b0afbff1b3ccd9fec.tar.gz
hdf5-b4be8ae3d53cce93077a8a1b0afbff1b3ccd9fec.tar.bz2
[svn-r19434] Correct use of lib, include, bin in INSTALL commands to use proper variables.
Tested: local linux
Diffstat (limited to 'hl/tools/CMakeLists.txt')
-rw-r--r--hl/tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/CMakeLists.txt b/hl/tools/CMakeLists.txt
index 388b1da..8ed3fab 100644
--- a/hl/tools/CMakeLists.txt
+++ b/hl/tools/CMakeLists.txt
@@ -54,7 +54,7 @@ INSTALL (
gif2h5
hdf2gif
RUNTIME DESTINATION
- bin/tools
+ ${HDF5_INSTALL_BIN_DIR}/tools
COMPONENT
hltoolsapplications
)