aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-05-17 13:11:49 -0400
committerDrew DeVault <sir@cmpwn.com>2017-05-17 13:11:49 -0400
commit5ed533a94331ea2d849f900ee20f8932d742e9b5 (patch)
treeee9a1ffafa93162484829ca42f6f61a997ca0f90 /CMakeLists.txt
parent91f2bf81bf89699d43083f3d3a27805ba5e395a9 (diff)
Revert "Drop epoll dependency"
This reverts commit 91f2bf81bf89699d43083f3d3a27805ba5e395a9.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da505cd4..9ed45830 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,6 +68,10 @@ 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)