Depend on AZMQ

This commit is contained in:
Dennis Klein
2018-11-09 03:19:26 +01:00
committed by Dennis Klein
parent 35dd9578aa
commit da070a407e
3 changed files with 67 additions and 2 deletions

View File

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