microsoft / microsoft/vcpkg

[OpenSSL] DLLs are not automatically deployed when using in CMake

Open
#7,366 2 comments 0 reactions 1 assignee Claimed by @ras0219-msft View on GitHub
category:port-bug
Dominant language
CMake
Stars
27.5k
Forks
7.7k
Avg merge
2d 19h
Merged PRs (30d)
321

Description

**Host Environment**
- OS: Windows
- Compiler: MSVC 2019

**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`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.