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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Scott Snyder
athena
Commits
8376c511
Commit
8376c511
authored
4 years ago
by
scott snyder
Committed by
scott snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
PixelCalibAlgs: cmake fixes
Library dependency fixes.
parent
129af2ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
InnerDetector/InDetCalibAlgs/PixelCalibAlgs/CMakeLists.txt
+2
-2
2 additions, 2 deletions
InnerDetector/InDetCalibAlgs/PixelCalibAlgs/CMakeLists.txt
with
2 additions
and
2 deletions
InnerDetector/InDetCalibAlgs/PixelCalibAlgs/CMakeLists.txt
+
2
−
2
View file @
8376c511
...
...
@@ -44,10 +44,10 @@ atlas_add_library( PixelCalibAlgsLib
PRIVATE_INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
DEFINITIONS
${
CLHEP_DEFINITIONS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CLHEP_LIBRARIES
}
AthenaBaseComps CxxUtils
GaudiKernel InDetPrepRawData
GaudiKernel InDetPrepRawData
InDetConditionsSummaryService PixelCablingLib
PRIVATE_LINK_LIBRARIES
${
CORAL_LIBRARIES
}
AthenaPoolUtilities CoralDB
DetDescrConditions Identifier EventInfo PixelConditionsData InDetIdentifier
InDetReadoutGeometry PixelReadoutGeometry InDetRawData PathResolver PixelGeoModelLib
)
InDetReadoutGeometry PixelReadoutGeometry InDetRawData PathResolver PixelGeoModelLib
PixelConditionsToolsLib CoralDB
)
atlas_add_component
(
PixelCalibAlgs
src/components/*.cxx
...
...
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