Skip to content

Commit 5631231

Browse files
authored
Merge pull request #650 from MistEO/patch-1
docs: fix link target
2 parents 4ee2fe3 + c06ef82 commit 5631231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,6 @@ cpp zmq (which will also include libzmq for you).
195195
#find cppzmq wrapper, installed by make of cppzmq
196196
find_package(cppzmq)
197197
target_link_libraries(*Your Project Name* cppzmq)
198+
# Or use static library to link
199+
target_link_libraries(*Your Project Name* cppzmq-static)
198200
```

0 commit comments

Comments
 (0)