369a8cde37
Add an OPENSSL_USE_STATIC_LIBS option to enable it. Adjust CMAKE_FIND_LIBRARY_SUFFIXES to only look for .a and .lib files. Also adjust the search paths on Windows for installer locations of static libraries.
6 lines
172 B
ReStructuredText
6 lines
172 B
ReStructuredText
FindOpenSSL-static-libs
|
|
-----------------------
|
|
|
|
* The :module:`FindOpenSSL` module learned a new ``OPENSSL_USE_STATIC_LIBS``
|
|
option to search only for static libraries.
|