Set OpenSSL 1.1.1 as the minimum version, recommend 3.0.0 for Windows

* Also clean up some formatting in the Windows instructions
* Changed the recommended version for Windows to 1.1.1L after deeper
  checking uncovered some build issues.
This commit is contained in:
Edward Hennis
2021-09-27 13:53:02 -04:00
committed by manojsdoshi
parent 8a25f32824
commit 1ca8898703
3 changed files with 27 additions and 22 deletions

View File

@@ -45,7 +45,7 @@ if (static OR APPLE OR MSVC)
set (OPENSSL_USE_STATIC_LIBS ON)
endif ()
set (OPENSSL_MSVC_STATIC_RT ON)
find_dependency (OpenSSL 1.0.2 REQUIRED)
find_dependency (OpenSSL 1.1.1 REQUIRED)
find_dependency (ZLIB)
find_dependency (date)
if (TARGET ZLIB::ZLIB)