Skip to content

Commit

Permalink
We require openssl 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Jun 26, 2018
1 parent 84b7ed0 commit c1bebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit c1bebd1

Please sign in to comment.