summaryrefslogtreecommitdiffstats
path: root/cmake/config.cmake
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-10-20 23:10:09 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-10-20 23:10:09 +0200
commit11bca5a7af4b448ee0a37cd243e34ecd0e652b3d (patch)
tree04a51ccec3f2db4d16591698c76c4c56b893ec1b /cmake/config.cmake
parent64d0bef9efd4a82b7a132b490328c80e67431041 (diff)
downloadfastd-11bca5a7af4b448ee0a37cd243e34ecd0e652b3d.tar
fastd-11bca5a7af4b448ee0a37cd243e34ecd0e652b3d.zip
Improve include_directories to prevent conflicts between system and fastd headers
In in-tree builds, fastd's poll.h was conflicting with the system one on non-Linux systems.
Diffstat (limited to 'cmake/config.cmake')
-rw-r--r--cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.cmake b/cmake/config.cmake
index 049304f..9ddf5bf 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -12,7 +12,7 @@ endif()
set(USE_BINDTODEVICE ${LINUX})
-set(USE_EPOLL ${LINUX})
+set(USE_EPOLL FALSE)
set(USE_FREEBIND ${LINUX})
set(USE_PMTU ${LINUX})
set(USE_PKTINFO ${LINUX})