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 8d731ea commit 9cb042eCopy full SHA for 9cb042e
CMakeLists.txt
@@ -6,7 +6,7 @@ include (DetectCPPZMQVersion)
6
7
project(cppzmq VERSION ${DETECTED_CPPZMQ_VERSION})
8
9
-if (NOT TARGET libzmq)
+if (NOT TARGET libzmq AND NOT TARGET libzmq-static)
10
find_package(ZeroMQ QUIET)
11
12
# libzmq autotools install: fallback to pkg-config
0 commit comments