aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-22 05:17:33 +0100
committerMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-22 05:17:33 +0100
commit4cbb09d566bfe97263c3ef2e46ac233293b448a7 (patch)
tree4d6c81c425d2013c9a8b57c8bff8301174d6d4bf /CMakeLists.txt
parent701855fee5e63d73120c40e08f57096f7c584707 (diff)
cmake: fix libinput include dirs
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)
find_package(PAM)
find_package(LibInput REQUIRED)
-include_directories(${LIBINPUT_INClUDE_DIRS})
find_package(Backtrace)
if(Backtrace_FOUND)