Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FindZeroMQ: fix header detection (jacksonliam#174)
FindZeroMQ.cmake, added by jacksonliam@8943c44#diff-1760adaac68b242c02c752a6efc72effR11 checks for zmq.hpp but the ZeroMQ output module includes zmq.h instead: https://github.com/jacksonliam/mjpg-streamer/blob/master/mjpg-streamer-experimental/plugins/output_zmqserver/output_zmqserver.c#L40 so let's check for this file instead because the output module is not written in C++. For reference see this Debian bug report about the split of the zeromq and cppzmq packages: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697743 This patch fixes a configure error on systems where cppzmq is not present: http://autobuild.buildroot.net/results/dad/dad054954de76cab56333747274520f269be2066/build-end.log
- Loading branch information