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 _______________________________________________ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev