Skip to content

Commit edf2e1a

Browse files
committed
doc: change var description
1 parent acbca56 commit edf2e1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ endif()
3636
# --- OPTIONS ---------------------------------------
3737
# Need to be set before including base.cmake
3838
# ----------------------------------------------------
39-
option(BUILD_DOCUMENTATION "Search for doxygen and generate the documentation."
40-
OFF)
39+
option(BUILD_DOCUMENTATION "Build the documentation." OFF)
4140
option(INSTALL_DOCUMENTATION "Install the documentation" OFF)
4241
set(DOXYGEN_USE_MATHJAX YES)
4342
set(DOXYGEN_USE_TEMPLATE_CSS YES)

0 commit comments

Comments
 (0)