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:
parent
552c8c703c
commit
2c922e80a7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user