From: maier Date: Fri, 28 Sep 2012 15:53:44 +0000 (+0000) Subject: Bugfix: Set the correct variable X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666e66a8074cd636b88cd4fdb51a845c100fd612;p=dealii-svn.git Bugfix: Set the correct variable git-svn-id: https://svn.dealii.org/branches/branch_cmake@26852 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/config/Make.global_options.in b/deal.II/config/Make.global_options.in index 14232e110b..e95307d757 100644 --- a/deal.II/config/Make.global_options.in +++ b/deal.II/config/Make.global_options.in @@ -52,7 +52,7 @@ USE_CONTRIB_BLAS = @MAKEFILE_BLAS@ USE_CONTRIB_LAPACK = @MAKEFILE_LAPACK@ #USE_CONTRIB_MUMPS = @USE_CONTRIB_MUMPS@ USE_CONTRIB_ARPACK = @MAKEFILE_ARPACK@ -USE_CONTRIB_METIS = @USE_CONTRIB_METIS@ +USE_CONTRIB_METIS = @MAKEFILE_METIS@ USE_CONTRIB_UMFPACK = @MAKEFILE_UMFPACK@ USE_CONTRIB_P4EST = @MAKEFILE_P4EST@ DEAL_II_USE_MPI = @MAKEFILE_MPI@