vcpkg/ports/arrow/usage-acero
jim wang ba1ae2ec2d
[arrow] Fix the problem that feature acero and dataset cannot be used (#31765)
* fix arroeacer not found

* update version

* fix usage

* update version

* fix usage

* update version
2023-06-06 14:53:23 -07:00

4 lines
189 B
Plaintext

find_package(ArrowAcero CONFIG REQUIRED)
target_link_libraries(main PRIVATE "$<IF:$<BOOL:${ARROW_BUILD_STATIC}>,ArrowAcero::arrow_acero_static,ArrowAcero::arrow_acero_shared>")