1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

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

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)