Skip to content
Snippets Groups Projects
Commit ec30de76 authored by Sergei Zharko's avatar Sergei Zharko
Browse files

kfp-online: linking ROOT::Hist and ROOT::MathCore, changed the dependency on...

kfp-online: linking ROOT::Hist and ROOT::MathCore, changed the dependency on CbmKFParticle<Online/Offline>Interface to PUBLIC
parent f7e2e7c6
No related branches found
No related tags found
No related merge requests found
Pipeline #32892 failed
......@@ -227,7 +227,7 @@ target_link_libraries(Algo
external::fles_monitoring
cppzmq
poolstl
PRIVATE CbmKFParticleOnlineInterface
CbmKFParticleOnlineInterface
)
target_compile_definitions(Algo PUBLIC NO_ROOT)
xpu_attach(Algo ${DEVICE_SRCS})
......@@ -301,7 +301,7 @@ if (NOT CBM_ONLINE_STANDALONE)
external::fles_monitoring
cppzmq
poolstl
PRIVATE CbmKFParticleOfflineInterface
CbmKFParticleOfflineInterface
)
xpu_attach(AlgoOffline ${DEVICE_SRCS})
......
......
......@@ -12,7 +12,7 @@ if(NOT CBM_ONLINE_STANDALONE)
target_compile_definitions(CbmKFParticleOnlineInterface
INTERFACE DO_TPCCATRACKER_EFF_PERFORMANCE NonhomogeneousField CBM USE_TIMERS)
target_link_libraries(CbmKFParticleOnlineInterface
INTERFACE ROOT::Core KFParticle)
INTERFACE ROOT::Core ROOT::Hist ROOT::MathCore KFParticle)
install(TARGETS CbmKFParticleOnlineInterface DESTINATION lib)
### CbmKFParticleOfflineInterface
......@@ -21,7 +21,7 @@ if(NOT CBM_ONLINE_STANDALONE)
target_compile_definitions(CbmKFParticleOfflineInterface
INTERFACE DO_TPCCATRACKER_EFF_PERFORMANCE NonhomogeneousField CBM USE_TIMERS)
target_link_libraries(CbmKFParticleOfflineInterface
INTERFACE ROOT::Core KFParticle)
INTERFACE ROOT::Core ROOT::Hist ROOT::MathCore KFParticle)
install(TARGETS CbmKFParticleOfflineInterface DESTINATION lib)
else()
# Creating a replacement of the CbmKFParticleOnlineInterface library for a standalone mode
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment