[svn-r22477] Removed subfolder tools from install command, need to correct install template

This commit is contained in:
Allen Byrne
2012-06-20 09:38:23 -05:00
parent 8336239197
commit 635916cec0

View File

@@ -43,8 +43,8 @@ IF (HDF5_BUILD_HL_LIB AND HDF5_BUILD_CPP_LIB)
ENDIF (HDF5_BUILD_HL_LIB AND HDF5_BUILD_CPP_LIB)
IF (HDF5_BUILD_TOOLS)
SET (HDF5_INCLUDE_DIR_TOOLS "${_IMPORT_PREFIX}/include/tools" )
SET (HDF5_TOOLS_DIR "${_IMPORT_PREFIX}/bin/tools" )
SET (HDF5_INCLUDE_DIR_TOOLS "${_IMPORT_PREFIX}/include" )
SET (HDF5_TOOLS_DIR "${_IMPORT_PREFIX}/bin" )
ENDIF (HDF5_BUILD_TOOLS)
#-----------------------------------------------------------------------------