Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Kunze <Shinji.Ikari_de@gmx.de>2018-08-04 17:53:06 +0300
committerRonny Kunze <Shinji.Ikari_de@gmx.de>2018-08-04 17:53:06 +0300
commit2b825a1748b2ecd624a38976d1bd6601bdb198c9 (patch)
treede6e6b5de7e19c9f577df00ad6837f943f8c2437 /CMakeLists.txt
parent5110f9618a0c3714ceacec743c480a6fd30da165 (diff)
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8b8330f2..f1d07eea2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)