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
Currently it's impossible to ban collect_libs(), it can be very hard to predict lib name based on:
the logic in upstream build files
informations available in user profile
Was there a discussion in conan team about issue we encounter in conan-center?
For example, see conan-io/conan#12336 (comment) for the reason why it's almost impossible currently to predict lib name for windows clang flavors when upstream CMakeLists create lib names based on MSVC variable. It leads to endless PR trying to fix a flavor and breaking another (or even MinGW gcc).
The collect_libs is tentative as it makes our recipes much easier, however, it comes with a salt price.
The text was updated successfully, but these errors were encountered: