From c8b49d00c408592f76d666985fbceb291ec75a74 Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Tue, 14 May 2019 16:41:58 +0200
Subject: [PATCH] DerivationFrameworkExotics: cmake fix

Fix path to PATInterfaces.
---
 .../DerivationFrameworkExotics/CMakeLists.txt                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExotics/CMakeLists.txt b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExotics/CMakeLists.txt
index b3d27f3a91b..7e49838ad19 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExotics/CMakeLists.txt
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkExotics/CMakeLists.txt
@@ -13,7 +13,7 @@ atlas_depends_on_subdirs( PUBLIC
                           Reconstruction/Jet/JetCalibTools
                           Trigger/TrigAnalysis/TrigDecisionTool
                           PRIVATE
-			  AnalysisCommon/PATInterfaces
+			  PhysicsAnalysis/AnalysisCommon/PATInterfaces
                           Event/xAOD/xAODCore
                           Event/xAOD/xAODEventInfo
                           GaudiKernel )
-- 
GitLab