Quiet CMake find package 'benchmark' (#8628)

`benchmark` is an optional package. CMake can be quiet about not finding it.
This commit is contained in:
Tom Lankhorst 2019-01-28 21:44:50 +01:00 committed by Michał Janiszewski
parent 0233795add
commit 3ab73018ec
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if (NOT DISABLE_NETWORK)
find_package(OpenSSL 1.0.0 REQUIRED)
endif ()
find_package(benchmark)
find_package(benchmark QUIET)
if (NOT DISABLE_TTF)
if (UNIX AND NOT APPLE AND NOT MSVC)