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
eec3a013
Commit
eec3a013
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
CaloSamplingFractionAnalysis: cmake fixes
Remove unused Eigen and HepMC dependency, add missing link dependencies.
parent
8a03a780
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
Simulation/Tools/CaloSamplingFractionAnalysis/CMakeLists.txt
+4
-13
4 additions, 13 deletions
Simulation/Tools/CaloSamplingFractionAnalysis/CMakeLists.txt
with
4 additions
and
13 deletions
Simulation/Tools/CaloSamplingFractionAnalysis/CMakeLists.txt
+
4
−
13
View file @
eec3a013
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: CaloSamplingFractionAnalysis
################################################################################
# Declare the package name:
# Declare the package name:
atlas_subdir
(
CaloSamplingFractionAnalysis
)
atlas_subdir
(
CaloSamplingFractionAnalysis
)
# External dependencies:
# External dependencies:
find_package
(
CLHEP
)
find_package
(
CLHEP
)
find_package
(
HepMC
)
find_package
(
ROOT COMPONENTS Core Tree
)
find_package
(
Eigen
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread Table MathMore Minuit Minuit2 Matrix Physics HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11
)
# tag ROOTBasicLibs was not recognized in automatic conversion in cmt2cmake
# tag ROOTSTLDictLibs was not recognized in automatic conversion in cmt2cmake
# Component(s) in the package:
# Component(s) in the package:
atlas_add_component
(
CaloSamplingFractionAnalysis
atlas_add_component
(
CaloSamplingFractionAnalysis
src/*.cxx
src/*.cxx
src/components/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CLHEP_INCLUDE_DIRS
}
${
HEPMC_INCLUDE_DIRS
}
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CLHEP_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CLHEP_LIBRARIES
}
${
HEPMC
_LIBRARIES
}
GaudiKernel
CaloDetDescrLib CaloIdentifier CaloSimEvent
Calo
Event
AthenaBaseComp
s GeoAdaptors
Ev
ent
Info LArSimEvent
LArG4RunControl LArReadoutGeometry
TileDetDescr
TileSimEvent
)
LINK_LIBRARIES
${
CLHEP_LIBRARIES
}
${
ROOT
_LIBRARIES
}
AthenaBaseComps AtlasHepMCLib
CaloDetDescrLib
CaloEvent
CaloIdentifier CaloSimEvent Event
Info GaudiKernel GeneratorObject
s GeoAdaptors
Id
ent
ifier LArElecCalib
LArG4RunControl LArReadoutGeometry
LArSimEvent StoreGateLib TileConditionsLib
TileSimEvent
)
# Install files from the package:
# Install files from the package:
# atlas_install_headers( CaloSamplingFractionAnalysis )
atlas_install_joboptions
(
share/*.py
)
atlas_install_joboptions
(
share/*.py
)
atlas_install_runtime
(
share/*.C share/HEC_SF_analysis share/run*.sh
)
atlas_install_runtime
(
share/*.C share/HEC_SF_analysis share/run*.sh
)
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