From 4cbb09d566bfe97263c3ef2e46ac233293b448a7 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Fri, 22 Jan 2016 05:17:33 +0100 Subject: cmake: fix libinput include dirs --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3-54-g00ecf