mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-04-23 00:48:55 +02: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})
|
project(cppzmq VERSION ${DETECTED_CPPZMQ_VERSION})
|
||||||
|
|
||||||
if (NOT TARGET libzmq)
|
if (NOT TARGET libzmq AND NOT TARGET libzmq-static)
|
||||||
find_package(ZeroMQ QUIET)
|
find_package(ZeroMQ QUIET)
|
||||||
|
|
||||||
# libzmq autotools install: fallback to pkg-config
|
# libzmq autotools install: fallback to pkg-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user