summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindOpenSSL/version-range.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindOpenSSL: Add OpenSSL_VERSIONPeter Kokot2025-08-041-3/+3
| | | | | | This deprecates the OPENSSL_VERSION result variable. Issue: #27088
* FindOpenSSL: Update documentationPeter Kokot2025-04-071-4/+4
| | | | | | | | - 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-111-2/+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-011-0/+37