We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf39928 commit 9c7b9e8Copy full SHA for 9c7b9e8
README.md
@@ -28,7 +28,7 @@ cpp zmq (which will also include libzmq for you).
28
#find cppzmq wrapper, installed by make of cppzmq
29
find_package(cppzmq)
30
if(cppzmq_FOUND)
31
- include_directories(${cppzmq_INCLUDE_DIR})
+ include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
32
target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
33
endif()
34
```
0 commit comments