Commits


Gil authored and GitHub committed f89f624aed0
Require CMake 3.5.1; upgrade Google Benchmark to 1.5.0 (#4249) * Require CMake 3.5.1 This is the version required by the latest versions of gRPC and Google Benchmark. See discussion https://github.com/google/benchmark/pull/613. Remove version check around find_package(XCTest) Also, add a dependency on objc protos that was missing but somehow implicitly being added before. * Upgrade Google Benchmark to 1.5.0