diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
| 325 | endif() | 325 | endif() |
| 326 | 326 | ||
| 327 | if(ENABLE_OPENSSL) | 327 | if(ENABLE_OPENSSL) |
| 328 | find_package(OpenSSL 3.0.0 REQUIRED) | 328 | find_package(OpenSSL 1.1.1 REQUIRED) |
| 329 | endif() | 329 | endif() |
| 330 | 330 | ||
| 331 | # Please consider this as a stub | 331 | # Please consider this as a stub |