Skip to content

[Benchmarks] All cpp microbenchmarks are failing with new GTest CMake Error #34861

@austin3dickey

Description

@austin3dickey

Describe the bug, including details regarding any error messages, version, and platform.

Since the PR #34765 was merged, the cpp-micro benchmarks are failing with the following error:

CMake Error at cmake_modules/ThirdpartyToolchain.cmake:2236 (message):
  System GTest is built with a C++ standard lower than 17.  Use bundled GTest
  via passing in CMake flag

  -DGTest_SOURCE="BUNDLED"

Here is an example Buildkite build.

This error message was explicitly added in that PR, so we'll need to take action to correct it.

cc @HaochengLIU

Component(s)

Benchmarking, C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions