You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2021/08/10 11:57:48 UTC

[GitHub] [qpid-proton] jiridanek commented on pull request #317: PROTON-2254 Use more modern CMake install machinery for better config.cmake

jiridanek commented on pull request #317:
URL: https://github.com/apache/qpid-proton/pull/317#issuecomment-895967538


   This seems to work at this point. There is one little problem. In `version.h`, there is `#define PN_INSTALL_PREFIX` that is used for deriving path to the json connect config file. The path there ends up being absolute.
   
   The most reasonable anchor point to make it relative is probably the location of proton .so library; however that would not work for static builds, and looking up the lib is quite messy. So I propose to ignore this one remaining instance of absolute paths in the install.
   
   I got a review on this on https://github.com/apache/qpid-proton/pull/312 already, and I fixed there the objection (there is no longer any PIC present; but it can be still opted in on CMake command line if needed).


-- 
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: dev-unsubscribe@qpid.apache.org

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



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