Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Analysis
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
LHCb
Analysis
Commits
f4fd0c49
Commit
f4fd0c49
authored
3 years ago
by
amathad
Browse files
Options
Downloads
Patches
Plain Diff
Remove Gaudi install headers for CombKernel
parent
5ba669a0
No related branches found
No related tags found
1 merge request
!767
proof-of-concept for a new tupling algorithm
Pipeline
#2365310
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Phys/FunTuple/CMakeLists.txt
+8
-10
8 additions, 10 deletions
Phys/FunTuple/CMakeLists.txt
with
8 additions
and
10 deletions
Phys/FunTuple/CMakeLists.txt
+
8
−
10
View file @
f4fd0c49
...
...
@@ -11,20 +11,18 @@
gaudi_subdir
(
FunTuple
)
gaudi_depends_on_subdirs
(
Phys/DaVinciKernel
Phys/DaVinciMCKernel
Kernel/LHCbMath
Phys/LoKiMC
Phys/LoKiAlgoMC
Phys/LoKiArrayFunctors
Phys/LoKiPhys
)
gaudi_depends_on_subdirs
(
Phys/DaVinciKernel Phys/DaVinciMCKernel Kernel/LHCbMath
Phys/LoKiMC
Phys/LoKiAlgoMC
Phys/LoKiArrayFunctors
Phys/LoKiPhys
)
find_package
(
Boost
)
find_package
(
ROOT COMPONENTS RIO Tree
)
include_directories
(
SYSTEM
${
ROOT_INCLUDE_DIRS
}
${
Boost_INCLUDE_DIRS
}
)
gaudi_install_headers
(
CombKernel
)
#
gaudi_install_headers(CombKernel)
gaudi_add_module
(
FunTuple
src/*.cpp
...
...
@@ -32,4 +30,4 @@ gaudi_add_module(FunTuple
gaudi_add_test
(
QMTest QMTEST
)
gaudi_install_python_modules
()
#
gaudi_install_python_modules()
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