Skip to content

Commit ac64eba

Browse files
authored
Merge pull request #218 from kleisauke/patch-3
Problem: Missing QUIET option causes a CMake warning
2 parents 13bf7fd + 7d8e3ab commit ac64eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include (DetectCPPZMQVersion)
66

77
project(cppzmq VERSION ${DETECTED_CPPZMQ_VERSION})
88

9-
find_package(ZeroMQ)
9+
find_package(ZeroMQ QUIET)
1010

1111
# libzmq autotools install: fallback to pkg-config
1212
if(NOT ZeroMQ_FOUND)

0 commit comments

Comments
 (0)