RAMitchell commented on issue #15280:
URL: https://github.com/apache/arrow/issues/15280#issuecomment-3096038120

   Just wanted to chime in here and say I couldn't find any documentation that 
I would need a different shared library for acero, what it might be called and 
how to get it. I started adding some group by type operations from the C++ 
documentation but had linker errors.  Acero was not listed here as as separate 
package: https://arrow.apache.org/docs/cpp/build_system.html
   
   After searching random cmake scripts on github I found you can do:
   ````
   find_package(ArrowAcero)
   target_link_libraries(main PRIVATE ArrowAcero::arrow_acero_shared)
   
   ````


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