Remove apple related flags
authorJustin Dickow <jjdickow@gmail.com>
Wed, 23 Jul 2014 19:31:07 +0000 (15:31 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Wed, 23 Jul 2014 19:31:07 +0000 (15:31 -0400)
Signed-off-by: Justin Dickow <jjdickow@gmail.com>
CMakeLists.txt

index 48e7bd2..76f3f91 100644 (file)
@@ -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)
-