821e17785e
Add an OPENSSL_MSVC_STATIC_RT option to switch from the default search for `/MD` libraries to look for `/MT` libraries instead.
7 lines
196 B
ReStructuredText
7 lines
196 B
ReStructuredText
FindOpenSSL-msvc-static-rt
|
|
--------------------------
|
|
|
|
* The :module:`FindOpenSSL` module gained a new
|
|
``OPENSSL_MSVC_STATIC_RT`` option to search for libraries using
|
|
the MSVC static runtime.
|