From: Wolfgang Bangerth Date: Wed, 22 Oct 2014 18:57:46 +0000 (-0500) Subject: Also ensure that we have ML as part of Trilinos. X-Git-Tag: v8.2.0-rc1~101^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F208%2Fhead;p=dealii.git Also ensure that we have ML as part of Trilinos. --- diff --git a/cmake/configure/configure_2_trilinos.cmake b/cmake/configure/configure_2_trilinos.cmake index ee4511bedd..af6b9d8fbb 100644 --- a/cmake/configure/configure_2_trilinos.cmake +++ b/cmake/configure/configure_2_trilinos.cmake @@ -42,7 +42,7 @@ MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var) ) FOREACH(_module - Amesos Epetra Ifpack AztecOO Sacado Teuchos + Amesos Epetra Ifpack AztecOO Sacado Teuchos ML ) ITEM_MATCHES(_module_found ${_module} ${Trilinos_PACKAGE_LIST}) IF(_module_found)