summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2014-07-23 15:31:07 -0400
committerJustin Dickow <jjdickow@gmail.com>2014-07-23 15:31:07 -0400
commit105a025475aa1403f9e1f1089339c573b180be39 (patch)
tree58313e8c60c2b68025d66d1c5ec90cd34cb62aec
parentedb57477f827bbb8b0c6c2e69fa7e626fd82a9d1 (diff)
downloadsmartdevicelink-105a025475aa1403f9e1f1089339c573b180be39.tar.gz
Remove apple related flags
Signed-off-by: Justin Dickow <jjdickow@gmail.com>
-rw-r--r--CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48e7bd297..76f3f91c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,6 @@ option(EXTENDED_MEDIA_MODE "Turn on and off extended Madia Manager features rela
option(BUILD_SHARED_LIBS "Build all libraries as shared (if ON) or static (if OFF)" OFF)
option(BUILD_BT_SUPPORT "Bluetooth support" ON)
option(BUILD_USB_SUPPORT "libusb support" ON)
-option(BUILD_MME_SUPPORT "Apple devices support" OFF)
-option(MME_MQ "PASA mqueue event system for Apple devices" ON)
option(BUILD_AVAHI_SUPPORT "libavahi support" ON)
option(BUILD_RWLOCK_SUPPORT "rwlocks support" OFF)
option(BUILD_BACKTRACE_SUPPORT "backtrace support" ON)
@@ -63,7 +61,7 @@ set(ENABLE_LOG_OPTION "$ENV{ENABLE_LOG}")
if (OS_TYPE_OPTION)
if (${OS_TYPE_OPTION} STREQUAL "QNX")
message(STATUS "Jenkins integration: set build process for QNX")
- #do not use include after project() command.
+ #do not use include after project() command.
#Such usecase results in infinite cycle of reinitialization of compiler and other variables
INCLUDE("./qnx_6.5.0_linux_x86.cmake")
#tests are not supported yet for QNX build
@@ -371,4 +369,3 @@ FIND_PACKAGE(Doxygen)
MESSAGE(STATUS "To enable processing of MscGen comments please install mscgen")
MESSAGE(STATUS "sudo apt-get install mscgen")
ENDIF(DOXYGEN_FOUND)
-