Skip to content
Snippets Groups Projects
Commit e7219a11 authored by Robert K's avatar Robert K
Browse files

[bugfix,#1446] add metis flags to ALL_PKG_* flags.

parent 8db019dc
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,10 @@ AC_DEFUN([IMMDX_LIB_METIS], [
ifelse([$2],,[AC_MSG_WARN(Failed to find valid METIS library)],[$2])
:
else
# add to global list
DUNE_ADD_ALL_PKG([METIS], [\${METIS_INCLUDE}],
[\${METIS_LDFLAGS}], [\${METIS_LIB}])
with_metis=yes
ifelse([$1],,[AC_DEFINE(HAVE_METIS,1,[Define if you have METIS library])
],[$1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment