summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-10 21:13:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-10 21:13:17 (GMT)
commit7db84201bf14a7120d6e3a155f403e281e27eda5 (patch)
tree2c8423efe80bd973fa3580064bdd7020a6652ac9 /config/cmake
parent3fb15a68853e2a461143892f27e90eddf39bc470 (diff)
downloadhdf5-7db84201bf14a7120d6e3a155f403e281e27eda5.zip
hdf5-7db84201bf14a7120d6e3a155f403e281e27eda5.tar.gz
hdf5-7db84201bf14a7120d6e3a155f403e281e27eda5.tar.bz2
[svn-r20229] Add tools bin folder to installation variables.
Bring r20228 from trunk
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/hdf5-config.cmake.install.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/hdf5-config.cmake.install.in b/config/cmake/hdf5-config.cmake.install.in
index dadbeb6..8dcd86f 100644
--- a/config/cmake/hdf5-config.cmake.install.in
+++ b/config/cmake/hdf5-config.cmake.install.in
@@ -39,6 +39,7 @@ ENDIF (HDF5_BUILD_HL_LIB AND HDF5_BUILD_CPP_LIB)
IF (HDF5_BUILD_TOOLS)
SET (HDF5_INCLUDE_DIR_TOOLS "@CMAKE_INSTALL_PREFIX@/include/tools" )
+ SET (HDF5_TOOLS_DIR "@CMAKE_INSTALL_PREFIX@/bin/tools" )
ENDIF (HDF5_BUILD_TOOLS)
#-----------------------------------------------------------------------------