Skip to content
Snippets Groups Projects
Commit 18ffb373 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master-fix-compilation-warning' into 'master'

Fix cmake warning in MuonSegmentMomentum

See merge request atlas/athena!27551
parents 847f157f 4fed6c64
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ find_package( Eigen )
# Component(s) in the package:
atlas_add_library( MuonSegmentMomentumLib
src/*.cxx
NO_PUBLIC_HEADERS
PRIVATE_INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES AthenaBaseComps GaudiKernel MagFieldInterfaces MuonRecToolInterfaces MuonIdHelpersLib
PRIVATE_LINK_LIBRARIES ${EIGEN_LIBRARIES} GeoPrimitives MuonSegment TrkGeometry TrkCompetingRIOsOnTrack TrkParameters TrkRIO_OnTrack TrkExInterfaces TrkExUtils )
......
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