Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!21046
SiLorentzAngleSvc: cmake fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SiLorentzAngleSvc: cmake fix
ssnyder/athena:cmake.SiLorentzAngleSvc-20190211
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:cmake.SiLorentzAngleSvc-20190211
into
master
6 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
InDetCondTools does not produce a library. Don't declare a link dependency on it.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
19fd49c6
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
InnerDetector/InDetConditions/SiLorentzAngleSvc/CMakeLists.txt
+
1
−
1
Options
@@ -33,7 +33,7 @@ atlas_add_component( SiLorentzAngleSvc
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
EIGEN_INCLUDE_DIRS
}
LINK_LIBRARIES
${
EIGEN_LIBRARIES
}
AthenaBaseComps AthenaKernel StoreGateLib SGtests GeoPrimitives GaudiKernel
InDetCondTools
SiPropertiesSvcLib MagFieldInterfaces AthenaPoolUtilities Identifier InDetIdentifier InDetReadoutGeometry
)
LINK_LIBRARIES
${
EIGEN_LIBRARIES
}
AthenaBaseComps AthenaKernel StoreGateLib SGtests GeoPrimitives GaudiKernel SiPropertiesSvcLib MagFieldInterfaces AthenaPoolUtilities Identifier InDetIdentifier InDetReadoutGeometry
)
# Install files from the package:
atlas_install_headers
(
SiLorentzAngleSvc
)
Loading