mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-25 19:15:47 +02:00
rearange CMake find_package OpenSSL
the command seems to be malformed . The keyword VERSION is not valid . And the version should follow direct after the packagename.
This commit is contained in:
parent
5110f9618a
commit
2b825a1748
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user