Skip to content

Commit

Permalink
Fix test for the HDF5 Travis failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolanddenis committed Oct 20, 2016
1 parent e6e4eec commit d6e732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CheckDGtalOptionalDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ ENDIF(WITH_CAIRO)
# -----------------------------------------------------------------------------
SET(HDF5_FOUND_DGTAL 0)
IF(WITH_HDF5)
FIND_PACKAGE (HDF5 REQUIRED HL C)
FIND_PACKAGE (HDF5 REQUIRED HL C CXX)
IF(HDF5_FOUND)
INCLUDE_DIRECTORIES(${HDF5_INCLUDE_DIRS})
SET(DGtalLibDependencies ${DGtalLibDependencies} ${HDF5_LIBRARIES})
Expand Down

0 comments on commit d6e732f

Please sign in to comment.