You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the discussion here and here we have decided to provide as a feature the possibility to force one component to overwrite the .pc file of the main root cpp_info and leave the user to take responsibility for this behavior. So, if for example a recipe defines this cpp_info:
When we install this package with pkg_config or PkgConfigDeps generator, the .pc file that will be generated is the one corresponding to the component.
The text was updated successfully, but these errors were encountered:
This fix is related to conan-io#10341
The previous fix did not take into account cases insensitive
filesystems. As a result the issue was still present on Windows.
OpenEXR is an example of affected recipe.
This fix is related to conan-io#10341
The previous fix did not take into account cases insensitive
filesystems. As a result the issue was still present on Windows.
OpenEXR is an example of affected recipe.
After the discussion here and here we have decided to provide as a feature the possibility to force one component to overwrite the
.pc
file of the main root cpp_info and leave the user to take responsibility for this behavior. So, if for example a recipe defines this cpp_info:When we install this package with
pkg_config
orPkgConfigDeps
generator, the.pc
file that will be generated is the one corresponding to the component.The text was updated successfully, but these errors were encountered: