Skip to content

Commit

Permalink
Merge pull request #73 from cfhammill/patch-3
Browse files Browse the repository at this point in the history
Unsatisfying solution to issue #71
  • Loading branch information
vfonov committed May 2, 2016
2 parents 59678da + 06f3e87 commit e85d373
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake-modules/FindHDF5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ ELSE(Hdf5_INCLUDE_DIRS)

SET(TRIAL_LIBRARY_PATHS
$ENV{HDF5_HOME}/lib
/usr/lib/x86_64-linux-gnu/hdf5/serial
/usr/lib/x86_64-linux-gnu/hdf5/parallel
/usr/apps/lib
/usr/lib
/usr/local/lib
Expand All @@ -29,6 +31,8 @@ ELSE(Hdf5_INCLUDE_DIRS)

SET(TRIAL_INCLUDE_PATHS
$ENV{HDF5_HOME}/include
/usr/include/hdf5/serial
/usr/include/hdf5/parallel
/usr/apps/include
/usr/include
/opt/include
Expand Down

0 comments on commit e85d373

Please sign in to comment.