Skip to content

Commit

Permalink
Unsatisfying solution to issue BIC-MNI#71
Browse files Browse the repository at this point in the history
  • Loading branch information
cfhammill committed May 2, 2016
1 parent 95cd537 commit 114b089
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/lib/x86_64-linux-gnu/hdf5/serial
/usr/lib/x86_64-linux-gnu/hdf5/parallel
/usr/apps/include
/usr/include
/opt/include
Expand Down

0 comments on commit 114b089

Please sign in to comment.