Sober7135 commented on PR #857: URL: https://github.com/apache/incubator-graphar/pull/857#issuecomment-3907252234
Could you clarify the intended difference between `ARROW_HOME` and `ARROW_LIB_DIR`? For my understanding: - `ARROW_HOME` is mainly used to set `CMAKE_PREFIX_PATH` - `ARROW_LIB_DIR` is mainly used for Rust linker search paths If that is correct, would it make sense to centralize Arrow resolution in a helper (e.g., `find_arrow()`), and return both `cmake_prefix` and link_paths. -- 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]
