From 163f10c7979c3edb5ea365201c760a142226c869 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 2 Jun 2019 23:02:41 +0200 Subject: [PATCH] Remove unneeded include dir definition --- core/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 836a140ac..df11254d5 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -2,10 +2,6 @@ project(KDEConnectCore) add_definitions(-DTRANSLATION_DOMAIN=\"kdeconnect-core\") -include_directories( - ${CMAKE_CURRENT_BINARY_DIR} -) - add_subdirectory(backends/lan) add_subdirectory(backends/loopback)