Skip to content

Commit

Permalink
FLUID: enable FLUID doc targets by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Oct 16, 2023
1 parent 1435a2d commit bfa619b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ endif (DEFINED OPTION_BUILD_EXAMPLES)
if (DOXYGEN_FOUND)
option (OPTION_BUILD_HTML_DOCUMENTATION "build html docs" ON)
option (OPTION_INSTALL_HTML_DOCUMENTATION "install html docs" OFF)
option (OPTION_BUILD_FLUID_USER_HTML_DOCS "build FLUID user html docs" OFF)
option (OPTION_BUILD_FLUID_USER_HTML_DOCS "build FLUID user html docs" ON)
option (OPTION_INSTALL_FLUID_USER_HTML_DOCS "install FLUID user html docs" OFF)
option (OPTION_BUILD_FLUID_CORE_HTML_DOCS "build FLUID core developer html docs" OFF)
option (OPTION_BUILD_FLUID_CORE_HTML_DOCS "build FLUID core developer html docs" ON)
option (OPTION_INSTALL_FLUID_CORE_HTML_DOCS "install FLUID core developer html docs" OFF)

option (OPTION_INCLUDE_DRIVER_DOCUMENTATION "include driver (developer) docs" OFF)
Expand All @@ -386,9 +386,9 @@ if (DOXYGEN_FOUND)
if (LATEX_FOUND)
option (OPTION_BUILD_PDF_DOCUMENTATION "build pdf docs" ON)
option (OPTION_INSTALL_PDF_DOCUMENTATION "install pdf docs" OFF)
option (OPTION_BUILD_FLUID_USER_PDF_DOCS "build FLUID user pdf docs" OFF)
option (OPTION_BUILD_FLUID_USER_PDF_DOCS "build FLUID user pdf docs" ON)
option (OPTION_INSTALL_FLUID_USER_PDF_DOCS "install FLUID user pdf docs" OFF)
option (OPTION_BUILD_FLUID_CORE_PDF_DOCS "build FLUID core developer pdf docs" OFF)
option (OPTION_BUILD_FLUID_CORE_PDF_DOCS "build FLUID core developer pdf docs" ON)
option (OPTION_INSTALL_FLUID_CORE_PDF_DOCS "install FLUID core developer pdf docs" OFF)
endif (LATEX_FOUND)
endif (DOXYGEN_FOUND)
Expand Down

0 comments on commit bfa619b

Please sign in to comment.