We require openssl 1.1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-06-26 16:37:44 +02:00
parent 84b7ed04e6
commit c1bebd1253
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -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)