aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2021-04-24 13:50:38 -0700
committerLukas Rusak <lorusak@gmail.com>2021-04-25 08:16:07 -0700
commit6a493a1db7d60f4e622d788a353f985656a79c43 (patch)
tree7e5b845d38a3b42d4d3c8901ceea13a3c93b1393 /CMakeLists.txt
parent3c96e9aba784f4e0e72e785f6da7a3856c2d7b0b (diff)
[cmake] require OpenSSL >= 1.1.0
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 572e99b481..d3ca1b3639 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -134,7 +134,7 @@ set(required_deps ASS
Iconv
LibDvd
Lzo2
- OpenSSL>=1.0.2
+ OpenSSL>=1.1.0
PCRE
RapidJSON
Spdlog