summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index db019083..d53dcd25 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,6 @@ find_package(GdkPixbuf)
59find_package(PAM) 59find_package(PAM)
60 60
61find_package(LibInput REQUIRED) 61find_package(LibInput REQUIRED)
62include_directories(${LIBINPUT_INClUDE_DIRS})
63 62
64find_package(Backtrace) 63find_package(Backtrace)
65if(Backtrace_FOUND) 64if(Backtrace_FOUND)