mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-03-01 10:57:59 +01:00
Merge pull request #218 from kleisauke/patch-3
Problem: Missing QUIET option causes a CMake warning
This commit is contained in:
commit
ac64eba5c6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user