From ce76fb85817a2e1a55970d02836a2b10fc33bd67 Mon Sep 17 00:00:00 2001 From: Scott Snyder <scott.snyder@cern.ch> Date: Thu, 22 Dec 2016 22:03:42 +0100 Subject: [PATCH] CMakeLists.txt: Remove unneeded reference to ROOT_INCLUDE_DIRS. (xAODMuon-00-18-03) * Tagging xAODMuon-00-18-03. * CMakeLists.txt: Remove unneeded reference to ROOT_INCLUDE_DIRS. --- Event/xAOD/xAODMuon/CMakeLists.txt | 3 +-- Event/xAOD/xAODMuon/Root/MuonTrackSummaryAccessors_v1.cxx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Event/xAOD/xAODMuon/CMakeLists.txt b/Event/xAOD/xAODMuon/CMakeLists.txt index fb3ca0da11c..d1b65e619d1 100644 --- a/Event/xAOD/xAODMuon/CMakeLists.txt +++ b/Event/xAOD/xAODMuon/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 744530 2016-05-03 15:37:50Z krasznaa $ +# $Id: CMakeLists.txt 790886 2016-12-22 22:03:35Z ssnyder $ ################################################################################ # Package: xAODMuon ################################################################################ @@ -29,7 +29,6 @@ atlas_depends_on_subdirs( atlas_add_library( xAODMuon xAODMuon/*.h xAODMuon/versions/*.h Root/*.cxx PUBLIC_HEADERS xAODMuon - PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES AthContainers AthLinks xAODBase xAODCaloEvent xAODCore xAODPrimitives xAODTracking MuonIdHelpersLib ${extra_libs} ) diff --git a/Event/xAOD/xAODMuon/Root/MuonTrackSummaryAccessors_v1.cxx b/Event/xAOD/xAODMuon/Root/MuonTrackSummaryAccessors_v1.cxx index 341a945b51b..50654274e91 100644 --- a/Event/xAOD/xAODMuon/Root/MuonTrackSummaryAccessors_v1.cxx +++ b/Event/xAOD/xAODMuon/Root/MuonTrackSummaryAccessors_v1.cxx @@ -2,7 +2,7 @@ Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ -// $Id: MuonTrackSummaryAccessors_v1.cxx 784489 2016-11-16 06:48:48Z jomeyer $ +// $Id: MuonTrackSummaryAccessors_v1.cxx 784488 2016-11-16 06:48:05Z jomeyer $ // System include(s): #include <iostream> -- GitLab