mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ if(BUILD_CLIENT)
|
||||||
endif()
|
endif()
|
||||||
find_package(Sphinx)
|
find_package(Sphinx)
|
||||||
find_package(PdfLatex)
|
find_package(PdfLatex)
|
||||||
find_package(OpenSSL REQUIRED VERSION 1.1)
|
find_package(OpenSSL 1.1 REQUIRED )
|
||||||
|
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
find_package(GLib2)
|
find_package(GLib2)
|
||||||
|
|
Loading…
Reference in a new issue