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:
Ronny Kunze 2018-08-04 16:53:06 +02:00
parent 5110f9618a
commit 2b825a1748
1 changed files with 1 additions and 1 deletions

View File

@ -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)