diff options
author | Adam <Adam@sigterm.info> | 2023-06-02 18:20:19 -0400 |
---|---|---|
committer | Adam <Adam@sigterm.info> | 2023-06-02 19:08:55 -0400 |
commit | 07babdbd77f1978f8386791272b309949e56a09b (patch) | |
tree | 04145b62c3cf5ded5a0d5fab4afc2e96b44fbfcb /modules/extra/m_ssl_openssl.cpp | |
parent | fe3926f572dc25557be0119b6c35da752365bf48 (diff) |
use Conan for extra's dependencies on Windows
conan install src\win32\conanfile.txt --build=missing
cmake -B build .
cmake --build build --config Release --target PACKAGE
Diffstat (limited to 'modules/extra/m_ssl_openssl.cpp')
-rw-r--r-- | modules/extra/m_ssl_openssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_ssl_openssl.cpp b/modules/extra/m_ssl_openssl.cpp index a73f144dd..26b47a330 100644 --- a/modules/extra/m_ssl_openssl.cpp +++ b/modules/extra/m_ssl_openssl.cpp @@ -7,7 +7,7 @@ */ /* RequiredLibraries: ssl,crypto */ -/* RequiredWindowsLibraries: ssleay32,libeay32 */ +/* RequiredWindowsLibraries: libssl,libcrypto */ #include "module.h" #include "modules/ssl.h" |