kou commented on issue #38583:
URL: https://github.com/apache/arrow/issues/38583#issuecomment-1802940851

   This will work:
   
   ```cmake
   message(STATUS "Arrow installed here: " ${ARROW_ROOT}/install)
   # add a path to lib*/cmake/*/Arrow{,Testing}Config.cmake to CMAKE_PREFIX_PATH
   list(PREPEND CMAKE_PREFIX_PATH "${ARROW_ROOT}/install")
   find_package(Arrow REQUIRED)
   find_package(ArrowTesting REQUIRED)
   ```


-- 
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]

Reply via email to