look for zmq.h instead of zmq.hpp, which is apparently missing in some installs.
This commit is contained in:
parent
aa5fdd17ea
commit
ca4edd8808
@ -40,7 +40,7 @@ FIND_LIBRARY(ZEROMQ_LIBRARY
|
||||
# ENDIF(ZeroMQ_FRAMEWORKS AND NOT ZEROMQ_INCLUDE_DIR)
|
||||
|
||||
FIND_PATH(ZEROMQ_INCLUDE_DIR
|
||||
NAMES zmq.hpp
|
||||
NAMES zmq.h
|
||||
PATHS
|
||||
# ${ZEROMQ_FRAMEWORK_INCLUDES}
|
||||
${ZEROMQ_INCLUDE_DIRS}
|
||||
|
Loading…
Reference in New Issue
Block a user