nealrichardson commented on PR #13404:
URL: https://github.com/apache/arrow/pull/13404#issuecomment-1163637187

   For the R Windows packages, I need to use a static libcurl, and stack 
overflow tells me that I need to define `CURL_STATICLIB` for the 
google-cloud-cpp build. (The thing I just pushed won't work, it's not going to 
put it in the right place.) I don't see a way I can pass that in to the build 
macro from the outside (as in, from the `cmake` command that builds arrow), and 
I don't think we'd want to hard-code that. Is it possible in cmake to tell if 
`find_package(curl)` found a static or shared library? Then I think I could 
conditionally add that only when appropriate. @kou thoughts?
   
   cc @jeroen in case you have different ideas


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