1
0
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:
Michał Janiszewski
2019-02-06 21:30:33 +01:00
committed by GitHub
parent 57471edc47
commit ad888fbf9d

View File

@@ -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)