Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geant4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
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
LHCb
Geant4
Commits
d4fd1cde
Commit
d4fd1cde
authored
6 years ago
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
VDT fix for G4Hadronic
parent
ae2e4d17
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!61
Release of v106r2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LHCbG4Tests/G4HadronicXSectionsTest/CMakeLists.txt
+3
-1
3 additions, 1 deletion
LHCbG4Tests/G4HadronicXSectionsTest/CMakeLists.txt
with
3 additions
and
1 deletion
LHCbG4Tests/G4HadronicXSectionsTest/CMakeLists.txt
+
3
−
1
View file @
d4fd1cde
...
...
@@ -4,6 +4,8 @@ gaudi_depends_on_subdirs(Geant4/G4config)
gaudi_depends_on_subdirs
(
LHCbG4PhysLists
)
find_package
(
CLHEP REQUIRED
)
# needed for cppyy at runtime in ROOT 6.16+
find_package
(
VDT REQUIRED
)
include_directories
(
SYSTEM
${
CMAKE_INSTALL_PREFIX
}
/include
${
CLHEP_INCLUDE_DIRS
}
)
...
...
@@ -25,7 +27,7 @@ set(Geant4_LIBRARIES
gaudi_add_executable
(
G4HadronicXSectionsTest
G4HadronicXSectionsTest.cc src/*.cc
INCLUDE_DIRS include CLHEP
LINK_LIBRARIES
${
Geant4_LIBRARIES
}
CLHEP
VDT
)
LINK_LIBRARIES
${
Geant4_LIBRARIES
}
CLHEP
)
add_dependencies
(
G4HadronicXSectionsTest Geant4
)
...
...
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