mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Drop protobuf dependencies
This commit is contained in:
committed by
Dennis Klein
parent
fc778ab3b8
commit
03912e86f8
@@ -227,7 +227,7 @@ if(BUILD_NANOMSG_TRANSPORT)
|
||||
set(NANOMSG_DEPS nanomsg msgpackc-cxx)
|
||||
endif()
|
||||
if(BUILD_OFI_TRANSPORT)
|
||||
set(OFI_DEPS asiofi::asiofi msgpackc)
|
||||
set(OFI_DEPS asiofi::asiofi msgpack::msgpack)
|
||||
endif()
|
||||
set(optional_deps ${NANOMSG_DEPS} ${OFI_DEPS})
|
||||
if(optional_deps)
|
||||
|
Reference in New Issue
Block a user