diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-09-20 21:02:26 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-09-20 21:02:26 (GMT) |
commit | 7c7b4e3deb555c2d2fc3a6a029549a014f29d50e (patch) | |
tree | 3f5918dbc0f2bdbac88d0e2604730285dbe699cc /tools/misc | |
parent | 1d8cd1619ac982396ef1aa35793a97e89027f3da (diff) | |
download | hdf5-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')
-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 ) |