aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-08-20 18:46:48 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-08-21 12:05:33 +0000
commit173763e292a96f3657f5b4e18bcf60a00b459f47 (patch)
tree22bb2e56f533f3783ab737f969fd520efea899e2 /src
parent7564963674363b5235554853ec3333de01f49499 (diff)
cmake: do not set exported include paths for the qbsconsolelogger
We do export the "." folder in the add_qbs_library function, no need to export that again. Change-Id: Ic851eafc67b3296d57702a70af111392519a097f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/app/shared/logging/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/shared/logging/CMakeLists.txt b/src/app/shared/logging/CMakeLists.txt
index 159b9eaef..f6e4fc135 100644
--- a/src/app/shared/logging/CMakeLists.txt
+++ b/src/app/shared/logging/CMakeLists.txt
@@ -8,6 +8,5 @@ set(SOURCES
add_qbs_library(qbsconsolelogger
STATIC
DEPENDS qbscore
- PUBLIC_INCLUDES $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
SOURCES ${SOURCES}
)