Skip to content

Commit 3e6b09e

Browse files
committed
build system: fixed cmake option to generate documentation
1 parent ed766f7 commit 3e6b09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ include(FindThreads)
6161
# Referenced directories and targets
6262
#
6363

64-
option(BUILD_DOC "Build documentation" ON)
64+
option(BUILD_DOCS "Build documentation" ON)
6565

6666
if(BUILD_DOCS)
6767
find_package(Doxygen 1.8)

0 commit comments

Comments
 (0)