mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 04:08:12 +02:00
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:
parent
42b8ac2ba0
commit
8c05bdc586
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ endif()
|
|||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_SOURCE_DIR}/..
|
||||
${EXPAT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue