Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
b89a69ac
Commit
b89a69ac
authored
4 years ago
by
scott snyder
Committed by
scott snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
InDetTrigVxSecondary: cmake fix
Library dependency fix.
parent
dfae668e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
InnerDetector/InDetTrigRecAlgs/InDetTrigVxSecondary/CMakeLists.txt
+1
-22
1 addition, 22 deletions
...ctor/InDetTrigRecAlgs/InDetTrigVxSecondary/CMakeLists.txt
with
1 addition
and
22 deletions
InnerDetector/InDetTrigRecAlgs/InDetTrigVxSecondary/CMakeLists.txt
+
1
−
22
View file @
b89a69ac
...
@@ -5,27 +5,6 @@
...
@@ -5,27 +5,6 @@
# Declare the package name:
# Declare the package name:
atlas_subdir
(
InDetTrigVxSecondary
)
atlas_subdir
(
InDetTrigVxSecondary
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Event/xAOD/xAODTracking
GaudiKernel
Tracking/TrkEvent/VxSecVertex
Trigger/TrigSteer/TrigInterfaces
Trigger/TrigTools/TrigInDetToolInterfaces
PRIVATE
Control/AthContainers
Control/CxxUtils
DetectorDescription/GeoPrimitives
DetectorDescription/IRegionSelector
Event/xAOD/xAODBase
InnerDetector/InDetConditions/InDetBeamSpotService
InnerDetector/InDetRecTools/InDetRecToolInterfaces
Tracking/TrkEvent/TrkParameters
Tracking/TrkEvent/TrkTrack
Tracking/TrkEvent/VxVertex
Trigger/TrigEvent/TrigInDetEvent
Trigger/TrigEvent/TrigSteeringEvent
)
# External dependencies:
# External dependencies:
find_package
(
Eigen
)
find_package
(
Eigen
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
...
@@ -35,7 +14,7 @@ atlas_add_component( InDetTrigVxSecondary
...
@@ -35,7 +14,7 @@ atlas_add_component( InDetTrigVxSecondary
src/*.cxx
src/*.cxx
src/components/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
EIGEN_INCLUDE_DIRS
}
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
EIGEN_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
EIGEN_LIBRARIES
}
xAODTracking GaudiKernel VxSecVertex TrigInterfacesLib AthContainers GeoPrimitives IRegionSelector xAODBase InDetRecToolInterfaces TrkParameters TrkTrack VxVertex TrigInDetEvent TrigSteeringEvent InDetBeamSpotServiceLib
)
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
EIGEN_LIBRARIES
}
xAODTracking GaudiKernel VxSecVertex TrigInterfacesLib AthContainers GeoPrimitives IRegionSelector xAODBase InDetRecToolInterfaces TrkParameters TrkTrack VxVertex TrigInDetEvent TrigSteeringEvent InDetBeamSpotServiceLib
TrigInDetToolInterfacesLib
)
# Install files from the package:
# Install files from the package:
atlas_install_headers
(
InDetTrigVxSecondary
)
atlas_install_headers
(
InDetTrigVxSecondary
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment