yangxk1 commented on issue #873: URL: https://github.com/apache/incubator-graphar/issues/873#issuecomment-3950304583
I verified locally that replacing `cxx_std_17` with `cxx_std_20` in `target_compile_features can solve the problem. `https://github.com/apache/incubator-graphar/blob/6c802a1aa64d8a049366638eef4ecf8a1f8ebb19/cpp/CMakeLists.txt#L144 But I don’t think we can directly replace it. Maybe we can judge whether to modify it based on the environment of macos and ubuntu. A better solution is to judge whether to modify it based on the arrow version. cc @SYaoJun @Sober7135 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
