jiridanek commented on PR #33: URL: https://github.com/apache/qpid-cpp/pull/33#issuecomment-1287837787
It appears that this really fixes the build for me https://github.com/rh-messaging/cli-cpp/pull/71 The issue is that Bazel moves the installed library around, and requires `QpidConfig.cmake` to contain relative paths. Otherwise, attempt is made to fetch libraries from original install location, which is prevented by Bazel sandbox and therefore build fails. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
