From 0d1e711025d8fab7d141ea48d72b9cd41a2bc0a5 Mon Sep 17 00:00:00 2001
From: Attila Krasznahorkay <krasznaa@cern.ch>
Date: Tue, 3 May 2016 18:52:09 +0200
Subject: [PATCH] Fixing the package's build in standalone mode with CMake
 (PATInterfaces-00-00-35)

	* Fixed a linking error in one of the test that only showed
	  up in the standalone build on MacOS X.
	* Tagging as PATInterfaces-00-00-35


Former-commit-id: c62a37c049ff7ec7e608b6b7623e94120fd7063c
---
 PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt   | 4 ++--
 PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/requirements | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt
index e2120b89c2e7..2b17f8f4db4b 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/CMakeLists.txt
@@ -1,4 +1,4 @@
-# $Id: CMakeLists.txt 739266 2016-04-11 09:04:26Z krasznaa $
+# $Id: CMakeLists.txt 744627 2016-05-03 18:51:43Z krasznaa $
 ################################################################################
 # Package: PATInterfaces
 ################################################################################
@@ -38,7 +38,7 @@ atlas_add_library( PATInterfaces
 macro( _add_test name )
    atlas_add_test( ${name}
       SOURCES test/${name}.cxx
-      LINK_LIBRARIES PATInterfaces )
+      LINK_LIBRARIES PATInterfaces RootCoreUtils )
 endmacro( _add_test )
 
 # Test(s) in the package:
diff --git a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/requirements b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/requirements
index 1226cc3ee620..e6f8171b2e3b 100644
--- a/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/requirements
+++ b/PhysicsAnalysis/AnalysisCommon/PATInterfaces/cmt/requirements
@@ -1,4 +1,5 @@
 package PATInterfaces
+# $Id: requirements 744627 2016-05-03 18:51:43Z krasznaa $
 author NLAA
 
 use AtlasPolicy AtlasPolicy-*
-- 
GitLab