-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
libavrocpp: install either static or shared + fix discovery of Snappy + do not sugget unofficial imported target names #15274
libavrocpp: install either static or shared + fix discovery of Snappy + do not sugget unofficial imported target names #15274
Conversation
libavrocpp doesn't install a CMake config file, so there is no reason to change default target name of CMakeDeps
There is one more problem in this recipe: shared & static are installed together. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
LGTM
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline (informative, not required for merge) ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 4 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
…scovery of Snappy + do not sugget unofficial imported target names * use self.dependencies * do not suggest unofficial imported target name libavrocpp doesn't install a CMake config file, so there is no reason to change default target name of CMakeDeps * robust discovery & link to Snappy * install either static or shared * bum min conan version to 1.54.0 to avoid injection of CMP0077 * only propagate required boost components * more fix for snappy
There is no config file upstream, so the rational for defining custom target names was wrong. Upstream logical target names don't matter, only matters imported target names in config file if it's created.
closes #15495