mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 15:30:16 +00:00
FairMQ: Fix regression bug introduced with PR#728
This commit is contained in:
committed by
Mohammad Al-Turany
parent
548ef4e617
commit
ff16a28686
@@ -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}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user