gurgenyegoryan commented on issue #36894:
URL: https://github.com/apache/arrow/issues/36894#issuecomment-1655632880
And when we use a conanfile, there is no way to tell which ones libs should
be bundled, like this `
```-DARROW_DEPENDENCY_SOURCE=BUNDLED
-Dc-ares_SOURCE=BUNDLED
-Dre2_SOURCE=BUNDLED
-Dabsl_SOURCE=BUNDLED
-DProtobuf_SOURCE=BUNDLED
-DSnappy_SOURCE=BUNDLED
-DgRPC_SOURCE=BUNDLED
-DZLIB_SOURCE=BUNDLED
-DThrift_SOURCE=BUNDLED
-Dutf8proc_SOURCE=BUNDLED
```
I do like this `
``` set_property(TARGET arrow::bundled ${CONAN_LIBS_RE2}
${CONAN_LIBS_UTF8PROC} ${CONAN_LIBS_THRIFT} ${CONAN_LIBS_ABSEIL}
${CONAN_LIBS_SNAPPY} ${CONAN_LIBS_PROTOBUF} ${CONAN_LIBS_ZLIB}
${CONAN_LIBS_C-ARES} ${CONAN_LIBS_GRPC})```
I don't know if this is right or not.
--
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]