Merge pull request #532 from ShinjiLE/master

rearange CMake find_package OpenSSL
This commit is contained in:
Roeland Jago Douma 2018-08-13 11:42:35 +02:00 committed by GitHub
commit 2434523f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ if(BUILD_CLIENT)
endif()
find_package(Sphinx)
find_package(PdfLatex)
find_package(OpenSSL REQUIRED VERSION 1.1)
find_package(OpenSSL 1.1 REQUIRED )
find_package(ZLIB REQUIRED)
find_package(GLib2)