diff options
author | Brad King <brad.king@kitware.com> | 2022-07-05 15:50:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-07-05 15:50:21 (GMT) |
commit | 475880f39b09fb1defb6f0a40f6c8261a0e8788e (patch) | |
tree | cb79d34ccb914bbf520b196b9b20034f1b29f8ed /Modules/FindOpenSSL.cmake | |
parent | f1e38ec0a7208836c26c309693c90659e7d0baa7 (diff) | |
download | CMake-475880f39b09fb1defb6f0a40f6c8261a0e8788e.zip CMake-475880f39b09fb1defb6f0a40f6c8261a0e8788e.tar.gz CMake-475880f39b09fb1defb6f0a40f6c8261a0e8788e.tar.bz2 |
FindOpenSSL: Reformat hints documentation as definition list
Diffstat (limited to 'Modules/FindOpenSSL.cmake')
-rw-r--r-- | Modules/FindOpenSSL.cmake | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Modules/FindOpenSSL.cmake b/Modules/FindOpenSSL.cmake index 9278566..6f80d8e 100644 --- a/Modules/FindOpenSSL.cmake +++ b/Modules/FindOpenSSL.cmake @@ -90,13 +90,20 @@ This module will set the following variables in your project: 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 - Set ``OPENSSL_USE_STATIC_LIBS`` to ``TRUE`` to look for static libraries. +``OPENSSL_ROOT_DIR`` + Set to the root directory of an OpenSSL installation. + +``OPENSSL_USE_STATIC_LIBS`` + .. versionadded:: 3.4 + + Set to ``TRUE`` to look for static libraries. + +``OPENSSL_MSVC_STATIC_RT`` + .. versionadded:: 3.5 -.. versionadded:: 3.5 - Set ``OPENSSL_MSVC_STATIC_RT`` set ``TRUE`` to choose the MT version of the lib. + Set to ``TRUE`` to choose the MT version of the lib. #]=======================================================================] macro(_OpenSSL_test_and_find_dependencies ssl_library crypto_library) |