Hi; I'm starting to use the C++ Qpid bindings so I presume that means I don't use proton, and, I want a FindQPID.cmake to run the examples.
http://qpid.apache.org/releases/qpid-0.32/messaging-api/cpp/examples/index.html I see the CMakeModules/FindProton.cmake in the source distribution but, that's not what I'm after. I see this: https://github.com/battlemidget/deprecated-matahari-bm/blob/master/src/cmake/modules/FindQPID.cmake but it's deprecated so I don't want to mess with it. Surely, given that QPID itself is built with CMake, it has a FindQpid.cmake for clients? I see that it's laid out regularly, in /usr/include and /usr/lib64 so, it wouldn't be that hard to make one, but, is there an official one? Thanks, Jeff
