mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Require at least 1.4 version of benchmark (#8681)
This commit is contained in:
committed by
GitHub
parent
57471edc47
commit
ad888fbf9d
@@ -47,7 +47,7 @@ if (NOT DISABLE_NETWORK)
|
||||
find_package(OpenSSL 1.0.0 REQUIRED)
|
||||
endif ()
|
||||
|
||||
find_package(benchmark QUIET)
|
||||
find_package(benchmark 1.4 QUIET)
|
||||
|
||||
if (NOT DISABLE_TTF)
|
||||
if (UNIX AND NOT APPLE AND NOT MSVC)
|
||||
|
||||
Reference in New Issue
Block a user