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.

(cherry picked from commit be5da7305e)
Backported-from: dbus!282
This commit is contained in:
Alex Richardson 2022-03-23 22:06:33 +00:00 committed by Simon McVittie
parent 42b8ac2ba0
commit 8c05bdc586

View file

@ -85,7 +85,6 @@ endif()
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/..
${EXPAT_INCLUDE_DIR}
)