Skip to content
Snippets Groups Projects
Commit e5b76b0e authored by Administrator's avatar Administrator
Browse files

Fix target dependencies

parent 7522240d
No related branches found
No related tags found
1 merge request!1006Transition to Modern CMake (Remaining CMakeList.txt files)
This commit is part of merge request !1006. Comments created here will be created in the context of that merge request.
......@@ -43,6 +43,11 @@ target_include_directories(OnlineData
)
target_compile_definitions(OnlineData PUBLIC NO_ROOT)
target_link_libraries(OnlineData FairLogger::FairLogger external::fles_ipc xpu)
target_link_libraries(OnlineData
FairLogger::FairLogger
external::fles_ipc
xpu
Boost::serialization
)
install(TARGETS OnlineData DESTINATION lib)
......@@ -23,7 +23,6 @@ set(PUBLIC_DEPENDENCIES
set(PRIVATE_DEPENDENCIES
CbmTrdBase
CbmQaBase
NicaCbmFormat
ROOT::EG
ROOT::Geom
)
......
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