Skip to content

Commit cd1c805

Browse files
committed
fix(cmake): disable default build flag ENABLE_DOCUMENTATION
1 parent 7c073ba commit cd1c805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ IF(ENABLE_ADVANCED_CPP)
4141
endif()
4242

4343
# todo: do the same for the other topics
44-
OPTION(ENABLE_DOCUMENTATION "ENABLE_DOCUMENTATION" ON)
44+
OPTION(ENABLE_DOCUMENTATION "ENABLE_DOCUMENTATION" OFF)
4545
IF(ENABLE_DOCUMENTATION)
4646
add_subdirectory(documentation)
4747
ENDIF()

0 commit comments

Comments
 (0)