summaryrefslogtreecommitdiffstats
path: root/hl/tools/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 /hl/tools/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 '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
)