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 e872a8c commit bb5fb11Copy full SHA for bb5fb11
orc-rt/CMakeLists.txt
@@ -18,7 +18,7 @@ include(GNUInstallDirs)
18
# Setup CMake Options
19
#===============================================================================
20
21
-option(ORC_RT_INCLUDE_DOCS "Build the ORC-RT documentation." ${ORC_RT_INCLUDE_DOCS})
+option(ORC_RT_INCLUDE_DOCS "Build the ORC-RT documentation." ON)
22
option(ORC_RT_ENABLE_ASSERTIONS "Enable assertions independent of build mode." ON)
23
option(ORC_RT_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
24
option(ORC_RT_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
0 commit comments