docs: fix link target

fix https://github.com/zeromq/cppzmq/issues/259
This commit is contained in:
MistEO 2025-02-23 01:46:43 +08:00 committed by GitHub
parent d46df2baf5
commit b99f0f30a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,5 +194,5 @@ cpp zmq (which will also include libzmq for you).
```
#find cppzmq wrapper, installed by make of cppzmq
find_package(cppzmq)
target_link_libraries(*Your Project Name* cppzmq)
target_link_libraries(*Your Project Name* cppzmq-static)
```