From: Matthias Maier Date: Wed, 28 Jun 2023 22:53:27 +0000 (-0500) Subject: doc: remove vtk feature configuration examples X-Git-Tag: v9.5.0-rc2~3^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed76f8580465801214d2a8c5a72e99fbf0e6ed8d;p=dealii.git doc: remove vtk feature configuration examples --- diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 95ab2736a5..963ace9cbe 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -249,7 +249,6 @@ PREDEFINED = DOXYGEN=1 \ DEAL_II_TRILINOS_WITH_ZOLTAN=1 \ DEAL_II_TRILINOS_VERSION_GTE=1 \ DEAL_II_WITH_UMFPACK=1 \ - DEAL_II_WITH_VTK=1 \ DEAL_II_WITH_ZLIB=1 # do not expand exception declarations diff --git a/doc/users/cmake_dealii.html b/doc/users/cmake_dealii.html index 08fc6d948e..f1602d1957 100644 --- a/doc/users/cmake_dealii.html +++ b/doc/users/cmake_dealii.html @@ -477,7 +477,6 @@ DEAL_II_WITH_SYMENGINE DEAL_II_WITH_TBB DEAL_II_WITH_TRILINOS DEAL_II_WITH_UMFPACK -DEAL_II_WITH_VTK DEAL_II_WITH_ZLIB They all have standard meanings with the exception of one: diff --git a/doc/users/config.sample b/doc/users/config.sample index 0e2869ca5e..c735d95888 100644 --- a/doc/users/config.sample +++ b/doc/users/config.sample @@ -139,7 +139,6 @@ # set(DEAL_II_WITH_TBB "ON" CACHE BOOL "") # set(DEAL_II_WITH_TRILINOS "ON" CACHE BOOL "") # set(DEAL_II_WITH_UMFPACK "ON" CACHE BOOL "") -# set(DEAL_II_WITH_VTK "ON" CACHE BOOL "") # set(DEAL_II_WITH_ZLIB "ON" CACHE BOOL "") #