We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host Environment
To Reproduce
TARGET_LINK_LIBRARIES(MyProject OpenSSL::SSL OpenSSL::Crypto)
does not copy the SSL dlls to my project's build folder. Other ports like OpenCV and boost do copy the dlls.
Expected would be to find libeay32.dll and ssleay32.dll
libeay32.dll
ssleay32.dll
The text was updated successfully, but these errors were encountered:
Probably because openssl uses FindOpenSSL.cmake provided by cmake, vcpkg does not recognize the openssl libraries that needs to be copied.
Sorry, something went wrong.
Looks like the same issue as #2343 I reported a while back. DLLs are not deployed because of dynamic loading.
ras0219-msft
No branches or pull requests
Host Environment
To Reproduce
does not copy the SSL dlls to my project's build folder. Other ports like OpenCV and boost do copy the dlls.
Expected would be to find
libeay32.dll
andssleay32.dll
The text was updated successfully, but these errors were encountered: