mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-03-01 02:56:56 +01:00
Problem: README build steps can be simpler.
Solution: After latest fixes to cmake configuration it is not required to pass include to libzmq. Please refer to demo/ for reference.
This commit is contained in:
parent
bfb3a5d6f7
commit
29d3990770
@ -71,10 +71,7 @@ cpp zmq (which will also include libzmq for you).
|
||||
```
|
||||
#find cppzmq wrapper, installed by make of cppzmq
|
||||
find_package(cppzmq)
|
||||
if(cppzmq_FOUND)
|
||||
include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
|
||||
target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
|
||||
endif()
|
||||
target_link_libraries(*Your Project Name* cppzmq)
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user