remove zeromq completely

This commit is contained in:
fuwa 2019-11-06 14:25:36 +08:00 committed by wowario
parent 338771fe21
commit f764cf0626
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
5 changed files with 10 additions and 17 deletions

View file

@ -970,6 +970,9 @@ find_library(NORM_LIBRARY norm)
find_library(PROTOLIB_LIBRARY protolib)
find_library(SODIUM_LIBRARY sodium)
set(ZMQ_INCLUDE_PATH zmq_dummy_include_path)
set(ZMQ_LIB zmq_dummy_lib_2)
if(NOT ZMQ_INCLUDE_PATH)
message(FATAL_ERROR "Could not find required header zmq.h")
endif()