mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-11-09 15:53:59 +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:
@@ -6,7 +6,7 @@ include (DetectCPPZMQVersion)
|
||||
|
||||
project(cppzmq VERSION ${DETECTED_CPPZMQ_VERSION})
|
||||
|
||||
find_package(ZeroMQ)
|
||||
find_package(ZeroMQ QUIET)
|
||||
|
||||
# libzmq autotools install: fallback to pkg-config
|
||||
if(NOT ZeroMQ_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user