Skip to content
Snippets Groups Projects
Commit f4fd0c49 authored by amathad's avatar amathad
Browse files

Remove Gaudi install headers for CombKernel

parent 5ba669a0
No related branches found
No related tags found
1 merge request!767proof-of-concept for a new tupling algorithm
Pipeline #2365310 passed
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment