summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-03-23 13:43:37 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-03-23 13:43:37 +0100
commitf2f42846720bcb6278e30d9234e911152507de8b (patch)
treee53337cdc001e6eabff7484f5dc537d4521eac13 /CMakeLists.txt
parentdebbef650e72298d5c9545e02b1266899d4ad832 (diff)
downloadaudiomanager-f2f42846720bcb6278e30d9234e911152507de8b.tar.gz
* [GAM-46] improvements on CAmSockthandler.
* Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0edb882..6485dcd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,9 +62,6 @@ OPTION( WITH_PLUGIN_ROUTING
OPTION( WITH_MAIN
"Build with daemon" ON)
-OPTION( WITH_PPOLL
- "libc supports ppoll" ON)
-
OPTION( WITH_TELNET
"build with Telnetserver (can only work with SocketHandler)" ON)