summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindOpenSSL
Commit message (Collapse)AuthorAgeFilesLines
* FindOpenSSL: Add OpenSSL_VERSIONPeter Kokot2025-08-043-7/+7
| | | | | | This deprecates the OPENSSL_VERSION result variable. Issue: #27088
* FindOpenSSL: Update documentationPeter Kokot2025-04-073-8/+8
| | | | | | | | - Added examples section. - Synced module descriptions a bit with other find modules. - OpenSSL_FOUND variable used. The OPENSSL_FOUND is also set by the find_package_handle_standard_args() to the same value. - Described the applink interface a bit further.
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-113-6/+0
| | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
* FindOpenSSL: Add support for version-rangeDeniz Bahadir2021-02-015-0/+83