docs icon indicating copy to clipboard operation
docs copied to clipboard

using components still recommends cpp_info.name

Open SSE4 opened this issue 3 years ago • 0 comments

from https://github.com/conan-io/conan-center-index/pull/9409#discussion_r810590913

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.

SSE4 avatar Feb 21 '22 04:02 SSE4