FairMQ: Fix regression bug introduced with PR#728

This commit is contained in:
Dennis Klein 2018-03-27 17:35:02 +02:00 committed by Mohammad Al-Turany
parent 548ef4e617
commit ff16a28686

View File

@ -286,8 +286,8 @@ target_link_libraries(FairMQ
PRIVATE # only libFairMQ links against private dependencies PRIVATE # only libFairMQ links against private dependencies
ZeroMQ ZeroMQ
Msgpack
$<$<BOOL:${NANOMSG_FOUND}>:nanomsg> $<$<BOOL:${NANOMSG_FOUND}>:nanomsg>
$<$<AND:$<BOOL:${NANOMSG_FOUND}>,$<BOOL:${MSGPACK_FOUND}>>:Msgpack>
${OFI_DEPS} ${OFI_DEPS}
) )