From 2337b0218a24206cad425193b232d323e0d6d4e0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 23 Jul 2013 20:02:51 +0000 Subject: [PATCH] Also assume that MPI is present when generating documentation. git-svn-id: https://svn.dealii.org/trunk@30142 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/options.dox.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5