From b99f0f30a606a497742f82ad5435cc83167c4cce Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 23 Feb 2025 01:46:43 +0800 Subject: [PATCH] docs: fix link target fix https://github.com/zeromq/cppzmq/issues/259 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae902a2..f26bb64 100644 --- a/README.md +++ b/README.md @@ -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) ```