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