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)