Skip to content

[C++] Add an auto fallback solution when system Gtest is compiled with a C++ standard lower than 17. #34813

@HaochengLIU

Description

@HaochengLIU

Describe the enhancement requested

in PR #34765, Arrow will error out when the detected GTest is compiled with a C++ standard lower than 17. This is a follow-up issue that should support auto fallback:

Proposed solution from @kou :

Add a FindGtestAlt.cmake file (GTestConfig.cmake is a good starting point) and use new target names to refer to suitable Arrow target. See details in this comment

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions