You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by GitBox <gi...@apache.org> on 2020/10/17 21:02:02 UTC

[GitHub] [xerces-c] rleigh-codelibre commented on pull request #23: fix static linking with curl

rleigh-codelibre commented on pull request #23:
URL: https://github.com/apache/xerces-c/pull/23#issuecomment-711079959


   I'm not keen on replacing the standard FindCURL.cmake with pkg-config.  It's less portable, and I would also suspect it will not export the dependency properly for reuse in downstream projects linking against xerces.  This needs to work on Windows as well as UNIX.
   
   If FindCURL.cmake isn't working properly, I would suggest that the preferred course of action should be to fix its behaviour rather than work around it.  This will ensure it will work correctly in all projects linking libCURL, rather than selectively changing a single project to work around the problem.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org