mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +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
|
||||
ZeroMQ
|
||||
Msgpack
|
||||
$<$<BOOL:${NANOMSG_FOUND}>:nanomsg>
|
||||
$<$<AND:$<BOOL:${NANOMSG_FOUND}>,$<BOOL:${MSGPACK_FOUND}>>:Msgpack>
|
||||
${OFI_DEPS}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user