feat: Drop public bundled dependency to asio

This commit is contained in:
Dennis Klein
2021-06-06 09:28:18 +02:00
parent 5955ad3cd9
commit 2ba2cfa956
8 changed files with 5 additions and 67 deletions

View File

@@ -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()