mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
FairMQ: Fix regression bug introduced with PR#728
This commit is contained in:
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}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user