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

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)