Drop obsolete dependency to AZMQ

This commit is contained in:
Dennis Klein
2019-03-20 18:02:42 +01:00
committed by Dennis Klein
parent 195644f132
commit 54b7742d85
4 changed files with 2 additions and 67 deletions

View File

@@ -224,7 +224,6 @@ if(BUILD_OFI_TRANSPORT)
set(OFI_DEPS
asiofi::asiofi
Boost::container
AZMQ::AZMQ
)
endif()
set(optional_deps ${NANOMSG_DEPS} ${OFI_DEPS})