mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
FindOpenSSL: Optionally search only for static libraries
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.
This commit is contained in:
5
Help/release/dev/FindOpenSSL-static-libs.rst
Normal file
5
Help/release/dev/FindOpenSSL-static-libs.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
FindOpenSSL-static-libs
|
||||
-----------------------
|
||||
|
||||
* The :module:`FindOpenSSL` module learned a new ``OPENSSL_USE_STATIC_LIBS``
|
||||
option to search only for static libraries.
|
||||
Reference in New Issue
Block a user