Skip to content

Commit 5b7ef87

Browse files
committed
Fix default for ORC_RT_INCLUDE_DOCS option.
1 parent 5104c8c commit 5b7ef87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orc-rt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include(GNUInstallDirs)
1818
# Setup CMake Options
1919
#===============================================================================
2020

21-
option(ORC_RT_INCLUDE_DOCS "Build the ORC-RT documentation." ${ORC_RT_INCLUDE_DOCS})
21+
option(ORC_RT_INCLUDE_DOCS "Build the ORC-RT documentation." ON)
2222
option(ORC_RT_ENABLE_ASSERTIONS "Enable assertions independent of build mode." ON)
2323
option(ORC_RT_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
2424
option(ORC_RT_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)

0 commit comments

Comments
 (0)