From 4f98d28b3a6e2b8099d811ed2c27fdb698a35d10 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Nov 2014 13:02:52 -0600 Subject: [PATCH] Build the OpenCASCADE wrapper documentation even if the library wasn't configured with this external dependenct. --- doc/doxygen/options.dox.in | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.5