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
Shaun Roe
athena
Commits
35eec03d
Commit
35eec03d
authored
3 years ago
by
Andrii Verbytskyi
Committed by
Adam Edward Barton
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update MCTester cmake config.
parent
31ab46a0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Generators/MCTester_i/CMakeLists.txt
+2
-13
2 additions, 13 deletions
Generators/MCTester_i/CMakeLists.txt
with
2 additions
and
13 deletions
Generators/MCTester_i/CMakeLists.txt
+
2
−
13
View file @
35eec03d
...
@@ -6,19 +6,8 @@ atlas_subdir( MCTester_i )
...
@@ -6,19 +6,8 @@ atlas_subdir( MCTester_i )
# External dependencies:
# External dependencies:
find_package
(
MCTester
)
find_package
(
MCTester
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread MathMore Minuit Minuit2 Matrix Physics HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread MathMore Minuit Minuit2 Matrix Physics HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11
)
if
(
HEPMC3_USE
)
set
(
MCTester_sources src/MCTesterAlg.cxx
)
set
(
MCTester_sources src/MCTesterAlg.cxx
set
(
HEPMC_MCTester_INTERFACE_DIR
${
MCTESTER_INCLUDE_DIRS
}
)
${
HEPMC3_INCLUDE_DIR
}
/../share/HepMC3/interfaces/mc-tester/src/HepMC3Particle.cxx
${
HEPMC3_INCLUDE_DIR
}
/../share/HepMC3/interfaces/mc-tester/src/HepMC3Event.cxx
)
set
(
HEPMC_MCTester_INTERFACE_DIR
${
HEPMC3_INCLUDE_DIR
}
/../share/HepMC3/interfaces/mc-tester/include
)
#This is needed for HepMC3 only as the HepMC2 interface compiled in MC-TESTER (with the same warnings)
#Should be removed after next MC-TESTER release
set_source_files_properties
(
"
${
HEPMC3_INCLUDE_DIR
}
/../share/HepMC3/interfaces/mc-tester/src/HepMC3Event.cxx"
PROPERTIES COMPILE_FLAGS
"-Wno-ignored-qualifiers -Wno-unused-parameter"
)
set_source_files_properties
(
"
${
HEPMC3_INCLUDE_DIR
}
/../share/HepMC3/interfaces/mc-tester/src/HepMC3Particle.cxx"
PROPERTIES COMPILE_FLAGS
"-Wno-ignored-qualifiers -Wno-unused-parameter"
)
else
()
set
(
MCTester_sources src/MCTesterAlg.cxx
)
set
(
HEPMC_MCTester_INTERFACE_DIR
${
MCTESTER_INCLUDE_DIRS
}
)
endif
()
# Component(s) in the package:
# Component(s) in the package:
atlas_add_component
(
MCTester_i
atlas_add_component
(
MCTester_i
...
...
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