summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c44febbc2..bd3808515 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -325,7 +325,7 @@ if (MINGW)
325endif() 325endif()
326 326
327if(ENABLE_OPENSSL) 327if(ENABLE_OPENSSL)
328 find_package(OpenSSL 3.0.0 REQUIRED) 328 find_package(OpenSSL 1.1.1 REQUIRED)
329endif() 329endif()
330 330
331# Please consider this as a stub 331# Please consider this as a stub