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
When migrating from pkg_config to PkgConfigDeps, custom content frequently breaks because it uses the fairly standard variable libdir but PkgConfigDeps defines this as libdir1. Would it be possible to change the default name to libdir when there is only one library directory? This would solve the issue in all cases that I've seen on CCI so far.
Update, looks like we probably need to use libdir and includedir even when using multiple of such directories for dependencies which still expect to find those variables.
I have a question about this issue. Regardless of changing libdir1 to libdir (the same for includedir), what about the cases that we're defining several includedirN and libdirN? Sorry for the basic question, but which is the use case to use that libdir and includedir?
When migrating from
pkg_config
toPkgConfigDeps
, custom content frequently breaks because it uses the fairly standard variablelibdir
butPkgConfigDeps
defines this aslibdir1
. Would it be possible to change the default name tolibdir
when there is only one library directory? This would solve the issue in all cases that I've seen on CCI so far.CCI issue: conan-io/conan-center-index#12890
The text was updated successfully, but these errors were encountered: