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
4f92fe40
Commit
4f92fe40
authored
Jun 20, 2016
by
Sandrine Avakian
Browse files
Disable daemon build on Windows.
TODO "fix daemon build on windows.
parent
114bc713
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
4f92fe40
...
...
@@ -40,7 +40,7 @@ option(ENABLE_SHARED "Build shared library." YES)
option
(
ENABLE_STATIC
"Build static library."
YES
)
option
(
ENABLE_CONSOLE_UI
"Turn on or off compilation of console interface."
YES
)
option
(
ENABLE_DATE
"Use build date in internal version number."
NO
)
option
(
ENABLE_DAEMON
"Enable the linphone daemon interface."
YES
)
cmake_dependent_
option
(
ENABLE_DAEMON
"Enable the linphone daemon interface."
YES
"NOT WIN32"
NO
)
option
(
ENABLE_DOC
"Enable documentation generation with Doxygen."
YES
)
option
(
ENABLE_GTK_UI
"Turn on or off compilation of gtk interface."
YES
)
option
(
ENABLE_LDAP
"Enable LDAP support."
NO
)
...
...
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