-
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
[package] openssl/all: cmake target name is wrong #952
Comments
Hi @gocarlos ! Actually the find cmake file generated by Conan is not the exactly same provided by the projects. As you can read, cmake_find_package uses This request is not new, and it's under discussion. Please, take a look on this PR first: #486 However, it's a general problem, so there is an open discussion here: #419 Regards! |
can this now be achieved after 1.25? |
@gocarlos Yes, totally! |
Not all parts. AS described on Components reference, it's not a real case: https://docs.conan.io/en/latest/reference/conanfile/attributes.html#cpp-info. For instance, we don't have components for zlib, also, those defines I think they don't exist. |
This feature is still not implemented in generators and it still an experimental feature until we got something working. You can still play with it in the cpp_info model but it will take some releases until we got something working in cmake |
Fixed by #1782 |
Package and Environment Details (include every applicable attribute)
Steps to reproduce (Include if Applicable)
target name for openssl should be
OpenSSL::SSL
but it isOpenSSL::OpenSSL
Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: