Sfoglia il codice sorgente

FindOpenSSL: Fix version range documentation note

Handling version ranges in FindOpenSSL was added in CMake 3.20.
Peter Kokot 8 mesi fa
parent
commit
8481204a0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Modules/FindOpenSSL.cmake

+ 1 - 1
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