Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should resolve mavlink/MAVSDK-Java#192.
Note: when using openssl, it seems like curl needs
dlopen
: https://github.com/curl/curl/blame/a72b479decd555c9e9c2c50ded34e317123174f2/packages/vms/report_openssl_version.c#L54. We already add${CMAKE_DL_LIBS}
to themavsdk_server
andunit_tests_mavsdk_server
targets but notintegration_tests
,system_tests_runner
andunit_tests_runner
. I think it makes sense to add it to libmavsdk as PUBLIC so that it gets propagated everywhere.