mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-04 16:28:26 +02:00
added QUIET to avoid false cmake warning (missing ZeroMQ)
This commit is contained in:
parent
d9f0f016c0
commit
4ad7a811f0
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.0.0)
|
cmake_minimum_required(VERSION 3.0.0)
|
||||||
project(cppzmq)
|
project(cppzmq)
|
||||||
|
|
||||||
find_package(ZeroMQ)
|
find_package(ZeroMQ QUIET)
|
||||||
|
|
||||||
# libzmq autotools install: fallback to pkg-config
|
# libzmq autotools install: fallback to pkg-config
|
||||||
if(NOT ZeroMQ_FOUND)
|
if(NOT ZeroMQ_FOUND)
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
@PACKAGE_INIT@
|
@PACKAGE_INIT@
|
||||||
|
|
||||||
include(CMakeFindDependencyMacro)
|
include(CMakeFindDependencyMacro)
|
||||||
find_package(ZeroMQ)
|
find_package(ZeroMQ QUIET)
|
||||||
|
|
||||||
# libzmq autotools install: fallback to pkg-config
|
# libzmq autotools install: fallback to pkg-config
|
||||||
if(NOT ZeroMQ_FOUND)
|
if(NOT ZeroMQ_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user