Drop epoll dependency

This commit is contained in:
Drew DeVault 2017-05-17 13:10:33 -04:00
parent 6df0f9a7e4
commit 91f2bf81bf
2 changed files with 0 additions and 21 deletions

View file

@ -68,10 +68,6 @@ find_package(PAM)
find_package(LibInput REQUIRED)
find_package(Libcap REQUIRED)
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
find_package(EpollShim REQUIRED)
endif (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
include(FeatureSummary)
include(Manpage)
include(GNUInstallDirs)