Skip to content
Snippets Groups Projects
Commit e6713f62 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

TrkAlignGenTools: cmake fix

Remove unneeded / undefined EIGEN_INCLUDE_DIRS.
parent 12f08750
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ find_package( ROOT COMPONENTS Graf Gpad Core Tree MathCore Hist RIO pthread Math
atlas_add_library( TrkAlignGenToolsLib
src/*.cxx
PUBLIC_HEADERS TrkAlignGenTools
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} ${ROOT_LIBRARIES} AthContainers AthenaBaseComps BeamSpotConditionsData EventPrimitives GaudiKernel GeoPrimitives InDetAlignGenToolsLib InDetTrackSelectionToolLib MuonRecToolInterfaces TrkAlignEvent TrkAlignInterfaces TrkEventPrimitives TrkFitterUtils TrkVertexFitterInterfaces VxVertex muonEvent xAODTracking
......
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