wgtmac commented on PR #45226: URL: https://github.com/apache/arrow/pull/45226#issuecomment-2585787505
My bad! I found an issue here: https://github.com/apache/orc/blob/5bbafbb847f6e23b5a25d83c4d817741d36d9cc8/c%2B%2B/src/CMakeLists.txt#L221-L222 ``` target_include_directories (orc INTERFACE $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}> PUBLIC $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/c++/include> $<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/c++/include> PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${LIBHDFSPP_INCLUDE_DIR} ) ``` I should use `PROJECT_SOURCE_DIR` and `PROJECT_BINARY_DIR` instead. -- 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]
