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
Hi,
I've discovered new property (for me) in nifti_clib recipe in CCI. self.cpp_info.required_components = ["ZLIB::ZLIB"]
self.cpp_info.required_components = ["ZLIB::ZLIB"]
conan-center-index/recipes/nifti_clib/all/conanfile.py
Line 107 in 6d8a72a
I couldn't find the description in documentation. I assume that it should be present somewhere in "package_info" description. https://docs.conan.io/2/reference/conanfile/methods/package_info.html#package-info
It seems to be using changed target names from CMake instead of conan components. Is it specific for CMake? Is it something new/experimental?
The text was updated successfully, but these errors were encountered:
It seems this is not public documented API, and as such, it shouldn't have been slipped in ConanCenter recipes.
Furthermore, it is a property, so the code in that recipe will crash, this needs to be fixed in the recipe, moving it to ConanCenter.
Thanks for reporting it @Nekto89 !!!
Sorry, something went wrong.
No branches or pull requests
What is your question?
Hi,
I've discovered new property (for me) in nifti_clib recipe in CCI.
self.cpp_info.required_components = ["ZLIB::ZLIB"]
conan-center-index/recipes/nifti_clib/all/conanfile.py
Line 107 in 6d8a72a
I couldn't find the description in documentation. I assume that it should be present somewhere in "package_info" description. https://docs.conan.io/2/reference/conanfile/methods/package_info.html#package-info
It seems to be using changed target names from CMake instead of conan components. Is it specific for CMake?
Is it something new/experimental?
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: