summaryrefslogtreecommitdiffstats
path: root/cmake/OSDep.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/OSDep.cmake')
-rw-r--r--cmake/OSDep.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/OSDep.cmake b/cmake/OSDep.cmake
index ce90ebb02..65672afc2 100644
--- a/cmake/OSDep.cmake
+++ b/cmake/OSDep.cmake
@@ -16,7 +16,6 @@ IF(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$|DragonFly")
IF(CMAKE_SYSTEM_NAME MATCHES "^NetBSD$")
LIST(APPEND CMAKE_REQUIRED_LIBRARIES rt)
ENDIF()
- SET(POE_LOOP "Loop::Kqueue")
SET(TAR "gtar")
ENDIF()
@@ -49,7 +48,6 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
ELSE(EXISTS "/etc/debian_version")
SET(LINUX_START_SCRIPT "rspamd_rh.in")
ENDIF(EXISTS "/etc/debian_version")
- SET(POE_LOOP "XS::Loop::EPoll")
ENDIF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")