From: Alex Richardson Date: Wed, 23 Mar 2022 22:06:33 +0000 (+0000) Subject: cmake: Drop an unnecessary include directory X-Git-Tag: dbus-1.15.0~88^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5da7305e779f73c6832647cd69235bb348865f;p=thirdparty%2Fdbus.git 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. --- 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} )