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
Based on recipe logic we don't expect that boost_stacktrace_from_exception.dll exist for win32, but actually it was built.
raise ConanException(f"These libraries were built, but were not used in any boost module: {non_used}")
ConanException: These libraries were built, but were not used in any boost module: {'boost_stacktrace_from_exception'}
ERROR: boost/1.86.0: Error in package_info() method, line 2005
raise ConanException(f"These libraries were built, but were not used in any boost module: {non_used}")
ConanException: These libraries were built, but were not used in any boost module: {'libboost_stacktrace_from_exception'}
The text was updated successfully, but these errors were encountered:
Description
Based on recipe logic we don't expect that
boost_stacktrace_from_exception.dll
exist for win32, but actually it was built.Package and Environment Details
Conan profile
[settings]
os=Windows
os_build=Windows
arch=x86
arch_build=x86_64
compiler=Visual Studio
compiler.version=17
build_type=RelWithDebInfo
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
conan install boost/1.86.0@ --build -pr win32
Logs
The text was updated successfully, but these errors were encountered: