From 8481204a0cdaff6518632d7286435362a90faa39 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 13 Apr 2025 04:26:36 +0200 Subject: FindOpenSSL: Fix version range documentation note Handling version ranges in FindOpenSSL was added in CMake 3.20. --- Modules/FindOpenSSL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindOpenSSL.cmake b/Modules/FindOpenSSL.cmake index 5c59c90..8754dcf 100644 --- a/Modules/FindOpenSSL.cmake +++ b/Modules/FindOpenSSL.cmake @@ -7,7 +7,7 @@ FindOpenSSL Finds the installed OpenSSL encryption library and determines its version. -.. versionadded:: 3.19 +.. versionadded:: 3.20 Support for specifying version range when calling the :command:`find_package` command. When a version is requested, it can be specified as a single value as before, and now also a version range can be used. For a detailed -- cgit v0.12