Skip to content
Snippets Groups Projects
Commit ce76fb85 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

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.
parent 9c2dcaea
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 744530 2016-05-03 15:37:50Z krasznaa $ # $Id: CMakeLists.txt 790886 2016-12-22 22:03:35Z ssnyder $
################################################################################ ################################################################################
# Package: xAODMuon # Package: xAODMuon
################################################################################ ################################################################################
...@@ -29,7 +29,6 @@ atlas_depends_on_subdirs( ...@@ -29,7 +29,6 @@ atlas_depends_on_subdirs(
atlas_add_library( xAODMuon atlas_add_library( xAODMuon
xAODMuon/*.h xAODMuon/versions/*.h Root/*.cxx xAODMuon/*.h xAODMuon/versions/*.h Root/*.cxx
PUBLIC_HEADERS xAODMuon PUBLIC_HEADERS xAODMuon
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthContainers AthLinks xAODBase xAODCaloEvent xAODCore LINK_LIBRARIES AthContainers AthLinks xAODBase xAODCaloEvent xAODCore
xAODPrimitives xAODTracking MuonIdHelpersLib ${extra_libs} ) xAODPrimitives xAODTracking MuonIdHelpersLib ${extra_libs} )
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration 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): // System include(s):
#include <iostream> #include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment