mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-12-23 14:03:15 +01:00
Also skip if libzmq-static is defined
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user