mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
Also skip if libzmq-static is defined
This commit is contained in:
parent
8d731ea900
commit
9cb042e711
@ -6,7 +6,7 @@ include (DetectCPPZMQVersion)
|
||||
|
||||
project(cppzmq VERSION ${DETECTED_CPPZMQ_VERSION})
|
||||
|
||||
if (NOT TARGET libzmq)
|
||||
if (NOT TARGET libzmq AND NOT TARGET libzmq-static)
|
||||
find_package(ZeroMQ QUIET)
|
||||
|
||||
# libzmq autotools install: fallback to pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user