pitrou commented on code in PR #14177:
URL: https://github.com/apache/arrow/pull/14177#discussion_r976118601
##########
.github/workflows/cpp.yml:
##########
@@ -146,8 +146,7 @@ jobs:
ARROW_WITH_SNAPPY: ON
ARROW_WITH_ZLIB: ON
ARROW_WITH_ZSTD: ON
- # System Abseil installed by Homebrew uses C++ 17
- CMAKE_CXX_STANDARD: 17
+ GTest_SOURCE: BUNDLED
Review Comment:
The GTest version does not need to be new, but GTest needs to be compiled in
C++17 mode otherwise some test helpers are needed (such as equality between
string_views).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]