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
fd9056c9
Commit
fd9056c9
authored
Jun 11, 2018
by
Ronan
Browse files
fix(options): remove ENABLE_PUSH_NOTIFICATION option
parent
e72a4a86
Changes
4
Hide whitespace changes
Inline
Side-by-side
builders/flexisip.cmake
View file @
fd9056c9
...
...
@@ -55,7 +55,6 @@ lcb_cmake_options(
"-DENABLE_ODBC=NO"
"-DENABLE_REDIS=
${
ENABLE_REDIS
}
"
"-DENABLE_SOCI=
${
ENABLE_SOCI
}
"
"-DENABLE_PUSH_NOTIFICATION=
${
ENABLE_PUSH_NOTIFICATION
}
"
"-DENABLE_PRESENCE=
${
ENABLE_PRESENCE
}
"
"-DENABLE_CONFERENCE=
${
ENABLE_CONFERENCE
}
"
"-DENABLE_SNMP=
${
ENABLE_SNMP
}
"
...
...
configs/config-flexisip-rpm.cmake
View file @
fd9056c9
...
...
@@ -51,7 +51,6 @@ set(LINPHONE_BUILDER_USE_SYSTEM_DEPENDENCIES YES CACHE BOOL "" FORCE)
# Define default values for the flexisip builder options
set
(
DEFAULT_VALUE_ENABLE_CXX_WRAPPER ON
)
set
(
DEFAULT_VALUE_ENABLE_PUSH_NOTIFICATION ON
)
set
(
DEFAULT_VALUE_ENABLE_REDIS ON
)
set
(
DEFAULT_VALUE_ENABLE_SOCI ON
)
set
(
DEFAULT_VALUE_ENABLE_UNIT_TESTS OFF
)
...
...
configs/config-flexisip.cmake
View file @
fd9056c9
...
...
@@ -21,7 +21,6 @@
############################################################################
# Define default values for the flexisip builder options
set
(
DEFAULT_VALUE_ENABLE_PUSH_NOTIFICATION ON
)
set
(
DEFAULT_VALUE_ENABLE_REDIS ON
)
set
(
DEFAULT_VALUE_ENABLE_UNIT_TESTS OFF
)
set
(
DEFAULT_VALUE_ENABLE_PRESENCE OFF
)
...
...
options/flexisip.cmake
View file @
fd9056c9
...
...
@@ -23,7 +23,6 @@
# Flexisip build options
lcb_add_option
(
"Redis"
"Enable hiredis support."
"
${
DEFAULT_VALUE_ENABLE_REDIS
}
"
)
lcb_add_option
(
"Push Notification"
"Enable push notification support."
"
${
DEFAULT_VALUE_ENABLE_PUSH_NOTIFICATION
}
"
)
lcb_add_option
(
"Presence"
"Enable presence server support."
"
${
DEFAULT_VALUE_ENABLE_PRESENCE
}
"
)
lcb_add_option
(
"Conference"
"Enable conference server support."
"
${
DEFAULT_VALUE_ENABLE_CONFERENCE
}
"
)
lcb_add_option
(
"SNMP"
"Enable SNMP support."
"
${
DEFAULT_ENABLE_SNMP
}
"
)
...
...
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