Depend on ZeroMQ via CMake package

This commit is contained in:
Dennis Klein
2018-04-23 17:38:47 +02:00
parent 96e326cf3c
commit 7bb4b0625e
7 changed files with 18 additions and 135 deletions

View File

@@ -6,17 +6,14 @@ C++ Message Queuing Library
* **Boost** (PUBLIC)
* **FairLogger** (PUBLIC)
* CMake
* dl
* pthread
* rt (Linux)
* ZeroMQ
* GTest (optional, `tests`)
* Msgpack (optional, `nanomsg_transport`)
* nanomsg (optional, `nanomsg_transport`)
* OFI (optional, `ofi_transport`)
* Protobuf (optional, `ofi_transport`)
* DDS (optional, `dds_plugin`)
* CMake (BUILD)
* GTest (BUILD, optional, `tests`)
* ZeroMQ (PRIVATE)
* Msgpack (PRIVATE, optional, `nanomsg_transport`)
* nanomsg (PRIVATE, optional, `nanomsg_transport`)
* OFI (PRIVATE, optional, `ofi_transport`)
* Protobuf (PRIVATE, optional, `ofi_transport`)
* DDS (PRIVATE, optional, `dds_plugin`)
## Installation