Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
a1f88849
Commit
a1f88849
authored
May 18, 2018
by
François Grisez
Browse files
Disable the documentation generation by default.
parent
2712a9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
options/common.cmake
View file @
a1f88849
...
...
@@ -24,7 +24,7 @@
lcb_add_option
(
"Unit tests"
"Enable unit tests support with BCUnit library."
"
${
DEFAULT_VALUE_ENABLE_UNIT_TESTS
}
"
)
lcb_add_option
(
"Debug logs"
"Enable debug level logs in libinphone and mediastreamer2."
NO
)
lcb_add_option
(
"Doc"
"Enable documentation generation with Doxygen
."
YES
)
lcb_add_option
(
"Doc"
"Enable documentation generation with Doxygen
and Sphinx"
NO
)
lcb_add_option
(
"SOCI"
"Enable SOCI support."
"
${
DEFAULT_VALUE_ENABLE_SOCI
}
"
)
lcb_add_option
(
"Tools"
"Enable tools binary compilation."
"
${
DEFAULT_VALUE_ENABLE_TOOLS
}
"
)
lcb_add_option
(
"unmaintained"
"Allow inclusion of unmaintained code in the build."
OFF
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment