mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
feat: Drop public dependency to Boost.Asio and use standalone asio
This commit is contained in:
committed by
Dennis Klein
parent
03ba9eb558
commit
9585c20b7f
@@ -42,9 +42,6 @@ if(BUILD_FAIRMQ OR BUILD_SDK)
|
||||
find_package2(PUBLIC Boost REQUIRED VERSION 1.66
|
||||
COMPONENTS container program_options filesystem date_time regex
|
||||
)
|
||||
endif()
|
||||
|
||||
if(BUILD_SDK)
|
||||
set(__asio_version 1.18.1)
|
||||
find_package2(BUNDLED asio VERSION ${__asio_version})
|
||||
if(NOT asio_FOUND AND NOT asio_BUNDLED)
|
||||
|
Reference in New Issue
Block a user