From 1d6f75bc40b1e4090d7cddddc32d3974c049993d Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Fri, 22 May 2020 17:49:23 +0200
Subject: [PATCH] PATInterfaces: cmake fixes

Library dependency fixes.
---
 PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt
index 2b17f8f4db4..3c0e7f91eca 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt
@@ -45,7 +45,7 @@ endmacro( _add_test )
 atlas_add_test( gt_SystematicSet
    SOURCES test/gt_SystematicSet.cxx
    INCLUDE_DIRS ${GTEST_INCLUDE_DIRS}
-   LINK_LIBRARIES ${GTEST_LIBRARIES} PATInterfaces )
+   LINK_LIBRARIES ${GTEST_LIBRARIES} PATInterfaces RootCoreUtils )
 
 _add_test( ut_SystematicSet_unordered_map )
 _add_test( ut_SystematicVariation )
-- 
GitLab