[svn-r20229] Add tools bin folder to installation variables.

Bring r20228 from trunk
This commit is contained in:
Allen Byrne
2011-03-10 16:13:17 -05:00
parent 3fb15a6885
commit 7db84201bf

View File

@@ -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)
#-----------------------------------------------------------------------------