-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add note about EXT_BUILD_DEPS to docs #970
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Please also document
That is, I make For example, under "Qpid_DIR", in file
|
@jiridanek that sounds like a bug, are you able to create a simple reproducer to show this behaviour? Those variables should be rewritten as part of the build script so if you're needing to do that then something isn't quite right in the rules. |
@jsharpe thanks for looking into this! Part of the problem was a bug in the CMakeLists.txt of the project being built using the Other than that, I still think I need to do
but this is something I wrote when I was first getting familiar with foreign_cc, and there were also subsequent fixes to my other 3rd party dependency CMakeLists.txt build files (such as apache/qpid-proton#330), so maybe it is no longer necessary... These custom cmake install scripts in 3rd party dependencies that rely on absolute paths are a plague. |
When building libraries with dependencies, such as curl & OpenSSL, I've found this to be necessary. It would have been useful to me to have this documented.