mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Disable daemon build on Windows.
TODO "fix daemon build on windows.
This commit is contained in:
parent
114bc71371
commit
4f92fe40e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue