1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-04-22 02:15:43 +02:00

Fixes CMake find_package for OpenSSL.

Signed-off-by: Camila San <hello@camila.codes>
This commit is contained in:
Camila San 2018-10-10 15:51:14 +02:00
parent 552c8c703c
commit 2c922e80a7
No known key found for this signature in database
GPG Key ID: 7A4A6121E88E2AD4

View File

@ -185,7 +185,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)