CMake Error: Could Not Find OpenSSL

拜拜、爱过 提交于 2019-12-08 15:24:29
Vinayak

I've previously had the same problem.

Try changing OPENSSL_LIBRARIES path to OpenSSL-Win32/lib/vc.

I also ran into the same error when building libwebsockets. I added the following entry in cmake-gui:

OPENSSL_ROOT_DIR = C:/OpenSSL-Win32

I did not add the other OPENSSL variables at all, and it seemed like cmake was able to derive those.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!