From c1bebd1253e8cf149fb208f822e5a34639bbb591 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 26 Jun 2018 16:37:44 +0200 Subject: [PATCH] We require openssl 1.1 Signed-off-by: Roeland Jago Douma --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b3576bbf..f8b8330f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,7 @@ if(BUILD_CLIENT) endif() find_package(Sphinx) find_package(PdfLatex) - find_package(OpenSSL REQUIRED VERSION 1.0) + find_package(OpenSSL REQUIRED VERSION 1.1) find_package(ZLIB REQUIRED) find_package(GLib2)