summaryrefslogtreecommitdiffstats
path: root/config/cmake/hdf5-config.cmake.install.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-10 21:12:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-10 21:12:42 (GMT)
commit6182661d91d679ebedea7f533aa2ef66c2d32f4f (patch)
tree7b70057a88a59b18cd6eddefd3b9df8526dc78c6 /config/cmake/hdf5-config.cmake.install.in
parent35e5cce530ca56fc5c950f0de7c121ea0de84d09 (diff)
downloadhdf5-6182661d91d679ebedea7f533aa2ef66c2d32f4f.zip
hdf5-6182661d91d679ebedea7f533aa2ef66c2d32f4f.tar.gz
hdf5-6182661d91d679ebedea7f533aa2ef66c2d32f4f.tar.bz2
[svn-r20228] Add tools bin folder to installation variables
Diffstat (limited to 'config/cmake/hdf5-config.cmake.install.in')
-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)
#-----------------------------------------------------------------------------