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
!32134
TRT_ConditionsServices+SiPropertiesTool+SCT_ConditionsTools+PixelConditionsTools: cmake fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TRT_ConditionsServices+SiPropertiesTool+SCT_ConditionsTools+PixelConditionsTools: cmake fixes
ssnyder/athena:cmake.TRT_ConditionsServices-20200417
into
master
Overview
3
Commits
4
Pipelines
1
Changes
4
Merged
Scott Snyder
requested to merge
ssnyder/athena:cmake.TRT_ConditionsServices-20200417
into
master
4 years ago
Overview
3
Commits
4
Pipelines
1
Changes
4
Expand
Library dependency fixes.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
485a4230
4 commits,
4 years ago
4 files
+
9
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetConditions/PixelConditionsTools/CMakeLists.txt
+
1
−
1
Options
@@ -12,7 +12,7 @@ if( NOT SIMULATIONBASE )
# DO NOT ADD A DEPENDENCY ON PixelConditionsServices UNLESS YOU ALSO REMOVE
# THE DEPENDENCY OF PixelConditionsServices ON THIS PACKAGE!!!!
set
(
extra_dep InnerDetector/InDetConditions/InDetConditionsSummaryService InnerDetector/InDetDetDescr/PixelGeoModel InnerDetector/InDetConditions/InDetByteStreamErrors
)
set
(
extra_lib PixelGeoModelLib InDetByteStreamErrors
)
set
(
extra_lib PixelGeoModelLib InDetByteStreamErrors
InDetConditionsSummaryService
)
endif
()
# Declare the package's dependencies:
Loading