summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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)
68find_package(LibInput REQUIRED) 68find_package(LibInput REQUIRED)
69find_package(Libcap REQUIRED) 69find_package(Libcap REQUIRED)
70 70
71if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
72 find_package(EpollShim REQUIRED)
73endif (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
74
71include(FeatureSummary) 75include(FeatureSummary)
72include(Manpage) 76include(Manpage)
73include(GNUInstallDirs) 77include(GNUInstallDirs)