[OpenSSL] DLLs are not automatically deployed when using in CMake
Open
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
Assessment
This issue has not been assessed yet.