zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 197 forks source link

Update cmake #94

Closed xaqq closed 9 years ago

xaqq commented 9 years ago

This allows the zmqpp's CMake build to depends on libzmq's CMake build when passing ZMQPP_LIBZMQ_CMAKE flag to cmake.

I do not think this was possible previously, at least I didn't know how to it.