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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-02-05 15:08:05 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-02-05 15:08:28 +0300
commit59bdda62260f135496df9b902043d06032760931 (patch)
treea22def63f17bf45221edeeb53f165b9fef565199 /CMakeLists.txt
parent21345b81f1dcc21c3b0f505df3a98575165d279f (diff)
Require OpenSSL > 1.0.0, remove obsolete dep from csync
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 7431c3f2c..2bdea0006 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,7 +139,7 @@ endif()
if (USE_NEON)
find_package(Neon REQUIRED)
endif(USE_NEON)
-find_package(OpenSSL)
+find_package(OpenSSL 1.0.0 REQUIRED)
if(NOT TOKEN_AUTH_ONLY)
if (Qt5Core_DIR)