From: Wolfgang Bangerth Date: Tue, 23 Jul 2013 20:02:51 +0000 (+0000) Subject: Also assume that MPI is present when generating documentation. X-Git-Tag: v8.1.0~1222 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2337b0218a24206cad425193b232d323e0d6d4e0;p=dealii.git Also assume that MPI is present when generating documentation. git-svn-id: https://svn.dealii.org/trunk@30142 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index e17e334cbf..b57c0c6291 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -1000,7 +1000,8 @@ PREDEFINED = DOXYGEN=1 \ DEAL_II_WITH_ARPACK=1 \ DEAL_II_WITH_METIS=1 \ DEAL_II_WITH_MUMPS=1 \ - DEAL_II_WITH_P4EST=1 + DEAL_II_WITH_P4EST=1 \ + DEAL_II_WITH_MPI=1 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.