We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbca56 commit edf2e1aCopy full SHA for edf2e1a
CMakeLists.txt
@@ -36,8 +36,7 @@ endif()
36
# --- OPTIONS ---------------------------------------
37
# Need to be set before including base.cmake
38
# ----------------------------------------------------
39
-option(BUILD_DOCUMENTATION "Search for doxygen and generate the documentation."
40
- OFF)
+option(BUILD_DOCUMENTATION "Build the documentation." OFF)
41
option(INSTALL_DOCUMENTATION "Install the documentation" OFF)
42
set(DOXYGEN_USE_MATHJAX YES)
43
set(DOXYGEN_USE_TEMPLATE_CSS YES)
0 commit comments