summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorAlex Richardson <arichardson.kde@gmail.com>2022-03-23 22:06:33 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2022-03-24 14:26:42 +0000
commitbe5da7305e779f73c6832647cd69235bb348865f (patch)
tree166a01dc5d5c2045632cffd768d1afab7c0f6abf /bus
parent453905de326aadb441fbc3eca84a01e4f6045add (diff)
downloaddbus-be5da7305e779f73c6832647cd69235bb348865f.tar.gz
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.
Diffstat (limited to 'bus')
-rw-r--r--bus/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/bus/CMakeLists.txt b/bus/CMakeLists.txt
index 26f07dd2..dafee593 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}
)