Depend on asiofi

This commit is contained in:
Dennis Klein
2018-08-08 16:31:57 +02:00
committed by Dennis Klein
parent d9edcad845
commit 4d7a1c81c6
5 changed files with 31 additions and 95 deletions

View File

@@ -227,7 +227,7 @@ if(BUILD_NANOMSG_TRANSPORT)
set(NANOMSG_DEPS nanomsg msgpackc-cxx)
endif()
if(BUILD_OFI_TRANSPORT)
set(OFI_DEPS OFI::libfabric protobuf::libprotobuf $<TARGET_OBJECTS:OfiTransport>)
set(OFI_DEPS asiofi::asiofi msgpackc)
endif()
set(optional_deps ${NANOMSG_DEPS} ${OFI_DEPS})
if(optional_deps)