From: Wolfgang Bangerth Date: Fri, 7 Nov 2014 19:02:52 +0000 (-0600) Subject: Build the OpenCASCADE wrapper documentation even if the library wasn't X-Git-Tag: v8.2.0-rc1~77^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f98d28b3a6e2b8099d811ed2c27fdb698a35d10;p=dealii.git Build the OpenCASCADE wrapper documentation even if the library wasn't configured with this external dependenct. --- diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 14824a0ee2..2570ae85e5 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -158,6 +158,7 @@ PREDEFINED = DOXYGEN=1 \ DEAL_II_WITH_PETSC=1 \ DEAL_II_WITH_SLEPC=1 \ DEAL_II_WITH_TRILINOS=1 \ + DEAL_II_WITH_OPENCASCADE=1 \ DEAL_II_WITH_THREADS=1 \ DEAL_II_USE_MT_POSIX=1 \ DEAL_II_WITH_ARPACK=1 \