From 5f52db08780225ad70951b24d0cd034a0d141fc9 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Wed, 21 Aug 2019 13:06:00 +0200 Subject: [PATCH] DDG4:Cmake drop not needed include --- DDG4/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/DDG4/CMakeLists.txt b/DDG4/CMakeLists.txt index b7171d2a6..5107b1b9a 100644 --- a/DDG4/CMakeLists.txt +++ b/DDG4/CMakeLists.txt @@ -31,7 +31,6 @@ target_include_directories(DDG4 BEFORE PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/> $<INSTALL_INTERFACE:include> - $<TARGET_PROPERTY:DDCore,INTERFACE_INCLUDE_DIRECTORIES> # FIXME: Check if this works when using imported target ) #--------------------------- Legacy libraries (for Frank) ------------------------- -- GitLab