Skip to content
Snippets Groups Projects
Commit 27d8b583 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Fix HDF5_CPPFLAGS to actually contain the necessary flags.

Please merge to release.

[[Imported from SVN: r5981]]
parent 4d0ba784
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ AC_DEFUN([DUNE_PATH_HDF5],[
CPPFLAGS="$CPPFLAGS $_dune_hdf5_incpath"
HDF5_CPPFLAGS=""
HDF5_CPPFLAGS="$_dune_hdf5_incpath"
HDF5_LDFLAGS=""
HDF5_LIBS=""
HDF5_PARALLEL=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment