From be5da7305e779f73c6832647cd69235bb348865f Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 23 Mar 2022 22:06:33 +0000 Subject: [PATCH] cmake: Drop an unnecessary include directory There should be no need to include the directory above the DBus sources, if that is actually required users can always pass -I flags to CMake. I noticed this because CLion started indexing all my cloned projects when I opened DBus due to this include path. --- bus/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bus/CMakeLists.txt b/bus/CMakeLists.txt index 26f07dd2e..dafee5937 100644 --- a/bus/CMakeLists.txt +++ b/bus/CMakeLists.txt @@ -85,7 +85,6 @@ endif() include_directories( ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/.. ${EXPAT_INCLUDE_DIR} ) -- 2.47.3