mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
feat: Drop public bundled dependency to asio
This commit is contained in:
@@ -59,8 +59,6 @@ if(BUILD_FAIRMQ OR BUILD_SDK)
|
||||
FairLogger::FairLogger
|
||||
Threads::Threads
|
||||
Boost::boost
|
||||
PUBLIC
|
||||
asio::asio
|
||||
)
|
||||
set_target_properties(${target} PROPERTIES
|
||||
VERSION ${PROJECT_VERSION}
|
||||
@@ -298,6 +296,7 @@ if(BUILD_FAIRMQ)
|
||||
##################
|
||||
if(BUILD_OFI_TRANSPORT)
|
||||
set(OFI_DEPS
|
||||
asio::asio
|
||||
asiofi::asiofi
|
||||
)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user