From 383660433ca8728bed831026fba1808bdfc00c39 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 12 Oct 2013 15:49:47 +0200 Subject: [PATCH] Try to fix the plasma include dirs failure on bko. I can't reproduce it. --- src/plasma/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plasma/CMakeLists.txt b/src/plasma/CMakeLists.txt index 077234b78..f740c2f4d 100644 --- a/src/plasma/CMakeLists.txt +++ b/src/plasma/CMakeLists.txt @@ -160,7 +160,7 @@ endif(DL_LIBRARY) target_link_libraries(plasma LINK_INTERFACE_LIBRARIES Qt5::Widgets KF5::KConfigWidgets) target_include_directories(plasma PUBLIC - "$" + "$" ) target_include_directories(plasma INTERFACE "$"