Skip to content
Snippets Groups Projects
Commit b511858e authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

[bugfix] pass empty PARMETIS variables to the Makefile in case ParMetis was not found.

parent 48083dfe
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,9 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
# re-set variable correctly
with_parmetis="yes"
else
AC_SUBST(PARMETIS_LIBS, "")
AC_SUBST(PARMETIS_LDFLAGS, "")
AC_SUBST(PARMETIS_CPPFLAGS, "")
with_parmetis="no"
AC_MSG_RESULT(failed)
fi
......
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