-
-
Notifications
You must be signed in to change notification settings - Fork 518
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
Find openssl with older cmake version #2491
Conversation
This is in preparation to use the directory within third_party as well.
This copies FindOpenSSL.cmake which comes with cmake 3.28.3 and uses it for the find_package in mavsdk_server as well as curl. This is required because earlier versions don't work properly which causes linking errors on Ubuntu 22.04.
c806609
to
b6bc1cc
Compare
Quality Gate passedIssues Measures |
@JonasVautherin let me know if you're ok with this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find it weird that a recent FindOpenSSL fails with Windows 🤔. Ah well... 😅
@JonasVautherin I assume it's specific to *nix, not sure. |
This pull request has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there: https://discuss.px4.io/t/mavsdk-doesnt-build-on-ubuntu-22-04-ssl-link-error/43223/2 |
This copies FindOpenSSL.cmake which comes with cmake 3.28.3 and uses it for the find_package in mavsdk_server as well as curl.
This is required because earlier versions don't work properly which causes linking errors on Ubuntu 22.04.
Should fix #2489.