From 9b1ea1c7f7318dabd2b8a67be43fc4d004a46392 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 5 Jan 2021 22:58:04 +0200 Subject: [PATCH] cmake: Remove redundant include_directories() libkwin is linked against imported XKB::XKB target. Thus the include_directories() is redundant. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2aaabf8901..6b92c35ea0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -358,8 +358,6 @@ if (KWIN_BUILD_XRENDER_COMPOSITING) set(KWIN_HAVE_XRENDER_COMPOSITING 1) endif() -include_directories(${XKB_INCLUDE_DIR}) - set(HAVE_EPOXY_GLX ${epoxy_HAS_GLX}) # for things that are also used by kwin libraries