zfoobar commented on issue #34841: URL: https://github.com/apache/arrow/issues/34841#issuecomment-1499541798
Yes, CONFIG is still required - breaks otherwise. This seems consistent with the documentation here: https://cmake.org/cmake/help/latest/command/find_package.html#basic-signature It will fall back to the ArrowConfig.cmake in Arrow/ dir only if you specify CONFIG. Otherwise, it looks like FindPackage. On Wed, Apr 5, 2023 at 4:39 PM Sutou Kouhei ***@***.***> wrote: > It always creates a config module, never a FindArrow.cmake. > > This means that ArrowConfig.cmake is created but FindArrow.cmake is NOT > created, right? > If so, it's expected. And find_package(Arrow REQUIRED) (no CONFIG) should > work. Do you still need find_package(Arrow REQUIRED CONFIG) with the > fresh conda environment? > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/arrow/issues/34841#issuecomment-1498286905>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AC74BGPBACWHTUBNVXK4NVLW7X7EBANCNFSM6AAAAAAWQBGRHM> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> > -- 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]
