-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi!
A PR to add the library to Conan Center Index was submitted based on your current one, and in the review process one question has arisen as to how to best move forward with that PR:
Your generated config files look like kubernetesConfig.cmake
and the generated target is kubernetes::kubernetes
, and it's like this how it's used outside of Conan
Meanwhile in your Conan documentation, you mention that users are expected to use the default Conan-generated file name of kubernetes_client_c
, and target of kubernetes_client_c::kubernetes_client_c
. This is because Conan was not told to generate different names in the recipe, but it could have been just as easily match what you already generate when compiling from sources.
In the process of moving to the central CCI repository, we wanted to clarify if we should make it so Conan also generates the kubernetes
names and follow the upstream convention, which is something we usually do without much hesitation, but that this time, as you already have Conan docs, we thought we should ask first :)