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
!77826
ISF_HepMC_Tools: cmake fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ISF_HepMC_Tools: cmake fix
ssnyder/athena:cmake.ISF_HepMC_Tools-20250213
into
main
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:cmake.ISF_HepMC_Tools-20250213
into
main
2 months ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
Fix typo: CLHEP_INLCUDE_DIRS -> CLHEP_INCLUDE_DIRS
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
f160f28b
1 commit,
2 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/CMakeLists.txt
+
2
−
2
Options
@@ -11,7 +11,7 @@ find_package( GTest )
atlas_add_component
(
ISF_HepMC_Tools
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
CLHEP_IN
L
CUDE_DIRS
}
INCLUDE_DIRS
${
CLHEP_INC
L
UDE_DIRS
}
LINK_LIBRARIES
${
CLHEP_LIBRARIES
}
AtlasHepMCLib GaudiKernel AtlasDetDescr AthenaBaseComps TruthUtils ISF_Event ISF_HepMC_Interfaces ISF_InterfacesLib PathResolver
)
# Tests
@@ -33,7 +33,7 @@ set_target_properties( ISF_HepMC_Tools_GenParticleInteractingFilter_test PROPERT
# Tests
atlas_add_test
(
GenParticleLifetimeFilter_test
SOURCES test/GenParticleLifetimeFilter_test.cxx src/GenParticleLifetimeFilter.cxx
INCLUDE_DIRS
${
CLHEP_IN
L
CUDE_DIRS
}
${
GTEST_INCLUDE_DIRS
}
INCLUDE_DIRS
${
CLHEP_INC
L
UDE_DIRS
}
${
GTEST_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CLHEP_LIBRARIES
}
${
GTEST_LIBRARIES
}
AtlasHepMCLib AthenaBaseComps GoogleTestTools ISF_HepMC_Interfaces
POST_EXEC_SCRIPT nopost.sh
)
Loading