mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
feat: Drop public bundled dependency to asio
This commit is contained in:
committed by
Dennis Klein
parent
1007de8e49
commit
0c4921d650
@@ -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