FindOpenSSL: Reformat hints documentation as definition list

This commit is contained in:
Brad King
2022-07-05 11:50:21 -04:00
parent f1e38ec0a7
commit 475880f39b
+12 -5
View File
@@ -90,13 +90,20 @@ This module will set the following variables in your project:
Hints Hints
^^^^^ ^^^^^
Set ``OPENSSL_ROOT_DIR`` to the root directory of an OpenSSL installation. The following variables may be set to control search behavior:
.. versionadded:: 3.4 ``OPENSSL_ROOT_DIR``
Set ``OPENSSL_USE_STATIC_LIBS`` to ``TRUE`` to look for static libraries. Set to the root directory of an OpenSSL installation.
.. versionadded:: 3.5 ``OPENSSL_USE_STATIC_LIBS``
Set ``OPENSSL_MSVC_STATIC_RT`` set ``TRUE`` to choose the MT version of the lib. .. versionadded:: 3.4
Set to ``TRUE`` to look for static libraries.
``OPENSSL_MSVC_STATIC_RT``
.. versionadded:: 3.5
Set to ``TRUE`` to choose the MT version of the lib.
#]=======================================================================] #]=======================================================================]
macro(_OpenSSL_test_and_find_dependencies ssl_library crypto_library) macro(_OpenSSL_test_and_find_dependencies ssl_library crypto_library)