[zeromq-dev] Cmake build including ZMQ
Claudio Carbone
erupter at libero.it
Sat Dec 29 18:30:53 CET 2012
Hello.
I'm pretty new to cmake.
In order to make a project more easily distributable with collaborative
means (git) I'm trying to setup a decent build tree using cmake.
I am at a point where I need to tell the system that I need both ZMQ and
CZMQ libs.
How do I do that?
I tried
find_package(ZMQ)
and variations on this, but they always fail citing the script is missing.
What should I do?
Claudio
More information about the zeromq-dev
mailing list