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
liblinphone
Commits
5c6b97b9
Commit
5c6b97b9
authored
Jun 11, 2018
by
Ronan
Browse files
chore(CMakeLists.txt): remove soci option
parent
b1e084c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5c6b97b9
...
...
@@ -52,7 +52,6 @@ option(ENABLE_JAVADOC "Add a target to generate documentation for Java API" NO)
option
(
ENABLE_LDAP
"Enable LDAP support."
NO
)
option
(
ENABLE_RELATIVE_PREFIX
"Find resources relatively to the installation directory."
NO
)
option
(
ENABLE_ROOTCA_DOWNLOAD
"Download rootca.pem at build time."
YES
)
option
(
ENABLE_SOCI_STORAGE
"Turn on compilation soci storage, for messages, contacts, history"
YES
)
option
(
ENABLE_SQLITE_STORAGE
"Turn on compilation sqlite storage, for messages, contacts, history"
YES
)
option
(
ENABLE_STRICT
"Build with strict compile options."
YES
)
option
(
ENABLE_TOOLS
"Turn on or off compilation of tools."
YES
)
...
...
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