Skip to content

Commit 9c7b9e8

Browse files
committed
Added include directory to CMake instructions
1 parent bf39928 commit 9c7b9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cpp zmq (which will also include libzmq for you).
2828
#find cppzmq wrapper, installed by make of cppzmq
2929
find_package(cppzmq)
3030
if(cppzmq_FOUND)
31-
include_directories(${cppzmq_INCLUDE_DIR})
31+
include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
3232
target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
3333
endif()
3434
```

0 commit comments

Comments
 (0)