cbm-fles / flesnet

CBM FLES Timeslice Building
7 stars 22 forks source link

Optionally download and build zeromq library #96

Closed cuveland closed 2 years ago

cuveland commented 2 years ago

Several features of flesnet currenty require the ZeroMQ library to be compiled with specific settings. To simplify the build and installation procedure, the zeromq and cppzmq libraries are now optionally downladed and build as part of the CMake build flow. They are linked statically to avoid conflict with other system-installed versions.