Skip to content

Commit

Permalink
Fixed additional HDF5 configuration variables introduced by fixing BI…
Browse files Browse the repository at this point in the history
  • Loading branch information
vfonov committed Sep 8, 2016
1 parent 351acdd commit 934214d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake-modules/BuildHDF5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ SET(HDF5_INCLUDE_DIR ${staging_prefix}/${install_prefix}/include )
SET(HDF5_LIBRARY_DIR ${staging_prefix}/${install_prefix}/lib${LIB_SUFFIX} )
SET(HDF5_LIBRARY ${staging_prefix}/${install_prefix}/lib${LIB_SUFFIX}/libhdf5${HDF5_LIB_SUFFIX} )


SET(HDF5_LIBRARIES ${HDF5_LIBRARY})
SET(HDF5_INCLUDE_DIRS ${HDF5_INCLUDE_DIR})

SET(HDF5_DIR ${staging_prefix}/${install_prefix}/share/cmake/hdf5)
SET(HDF5_FOUND ON)
endmacro(build_hdf5)

0 comments on commit 934214d

Please sign in to comment.