diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-09-20 20:38:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-09-20 20:38:35 (GMT) |
commit | b4be8ae3d53cce93077a8a1b0afbff1b3ccd9fec (patch) | |
tree | 76e18b78410eb8180430ce9547edf94632e5aaf2 /tools/misc | |
parent | 441f2ed99fa3de57cfd0b913d28645851f6f0af7 (diff) | |
download | hdf5-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 'tools/misc')
-rw-r--r-- | tools/misc/CMakeLists.txt | 2 |
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 ) |