We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from conan-io/conan-center-index#9409 (comment)
def package_info(self): self.cpp_info.name = "OpenSSL"
the page https://docs.conan.io/en/latest/creating_packages/package_information.html#using-components recommends using cpp_info.name (even not names!), which was outdated a long time ago. I think it should be updated to use set_properties instead.
cpp_info.name
names
set_properties
The text was updated successfully, but these errors were encountered:
uilianries
No branches or pull requests
from conan-io/conan-center-index#9409 (comment)
the page https://docs.conan.io/en/latest/creating_packages/package_information.html#using-components recommends using
cpp_info.name
(even notnames
!), which was outdated a long time ago.I think it should be updated to use
set_properties
instead.The text was updated successfully, but these errors were encountered: