Merge pull request #218 from kleisauke/patch-3

Problem: Missing QUIET option causes a CMake warning
This commit is contained in:
Luca Boccassi 2018-05-02 14:43:54 +01:00 committed by GitHub
commit ac64eba5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)