mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-01-06 00:31:14 +01:00
Problem: Missing QUIET option causes a CMake warning
When libzmq is installed via a package manager, it causes a CMake warning when building cppzmq, which can be safely ignored.
This commit is contained in:
parent
13bf7fdb2c
commit
7d8e3ab473
@ -6,7 +6,7 @@ include (DetectCPPZMQVersion)
|
|||||||
|
|
||||||
project(cppzmq VERSION ${DETECTED_CPPZMQ_VERSION})
|
project(cppzmq VERSION ${DETECTED_CPPZMQ_VERSION})
|
||||||
|
|
||||||
find_package(ZeroMQ)
|
find_package(ZeroMQ QUIET)
|
||||||
|
|
||||||
# libzmq autotools install: fallback to pkg-config
|
# libzmq autotools install: fallback to pkg-config
|
||||||
if(NOT ZeroMQ_FOUND)
|
if(NOT ZeroMQ_FOUND)
|
||||||
|
Loading…
Reference in New Issue
Block a user