ericcobblepot
Results
2
comments of
ericcobblepot
Hi, I tried to compile your repo in vs release mode x64 with Vcpkg manifest and I got this error. i am bad at cpp ```cpp 1>D:\desktop\test\vcpkg_installed\x64-windows\x64-windows\include\boost\asio\ssl\detail\openssl_types.hpp(23,10): fatal error C1083:...
> Can you share the vcpkg manifest file? You should add "boost-beast" to it too I added 'openssl' to vcpkg.json and it worked. ```lua "boost-beast", "openssl", ``` Thanks