cbm-fles / flesnet

CBM FLES Timeslice Building
7 stars 22 forks source link

Add support for fetching and building the ZeroMQ library from cmake #84

Closed cuveland closed 3 years ago

cuveland commented 3 years ago

This change makes it possible to automatically download and build the ZeroMQ library including its DRAFT_API as a dependency from the CMakeLists.txt.

For now, this is disabled by default. It can be activated by using: cmake -DFETCH_ZMQ=TRUE