HaochengLIU commented on issue #34861: URL: https://github.com/apache/arrow/issues/34861#issuecomment-1494607185
Hi, I do not have access to the output you linked. What PR https://github.com/apache/arrow/pull/34765 does is to error out when discover discrepancy between CXX standard between gtest and Arrow. If it's indeed set to `BUNDLED`, it will hits this [CMake block](https://github.com/apache/arrow/blob/main/cpp/cmake_modules/ThirdpartyToolchain.cmake#L277-L278) and build GTest from source(it should be built with C++17 if i read [code here](https://github.com/apache/arrow/blob/main/cpp/cmake_modules/ThirdpartyToolchain.cmake#L2128-L2135) correctly? ) -- 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]
