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:
committed by
Michał Janiszewski
parent
0233795add
commit
3ab73018ec
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user