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 using this package, you have to manually include headers for boost and OpenSSL. This is probably because requirements do not have transitive_headers=True
Hi @cosminpolifronie thanks a lot for the report. I can see that we need to transitively show boost headers for this case, but I can not find why openssl would be needed. If you add only boost, what error de you get for openssl? Thanks
Error for OpenSSL: include/boost/asio/ssl/detail/openssl_types.hpp(23,10): error C1083: Cannot open include file: 'openssl/conf.h': No such file or directory
Description
When using this package, you have to manually include headers for boost and OpenSSL. This is probably because requirements do not have transitive_headers=True
Package and Environment Details
Conan profile
[settings]
os=Windows
arch=x86
build_type=Debug
compiler=msvc
compiler.cppstd=14
compiler.runtime=static
compiler.runtime_type=Debug
compiler.version=194
os=Windows
Steps to reproduce
Use the package in a dummy application, without manually including headers for Boost and OpenSSL.
Logs
Build just fails, not able to find boost/asio/ssl.hpp
The text was updated successfully, but these errors were encountered: