Skip to content

Commit

Permalink
doc: remove vtk feature configuration examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiko committed Jun 28, 2023
1 parent 3f4776a commit ed76f85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/doxygen/options.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion doc/users/cmake_dealii.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ <h3>Feature configuration</h3>
DEAL_II_WITH_TBB
DEAL_II_WITH_TRILINOS
DEAL_II_WITH_UMFPACK
DEAL_II_WITH_VTK
DEAL_II_WITH_ZLIB
</pre>
They all have standard meanings with the exception of one:
Expand Down
1 change: 0 additions & 1 deletion doc/users/config.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
#

Expand Down

0 comments on commit ed76f85

Please sign in to comment.