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
path: root/csync
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-01-28 15:31:17 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-01-28 15:31:17 +0300
commit989005d616bba9293835dbdd358c8781256d44d2 (patch)
tree3c0d4d1def4775a02aba68553d754dd8405f4bec /csync
parent9abc3e1333c44f94b2e0d5cc3fbf52a9cdfc0cf2 (diff)
Clientcert support: Explictly link libsync against openssl
Diffstat (limited to 'csync')
-rw-r--r--csync/src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/csync/src/CMakeLists.txt b/csync/src/CMakeLists.txt
index 3b2f5f058..c14f77743 100644
--- a/csync/src/CMakeLists.txt
+++ b/csync/src/CMakeLists.txt
@@ -89,7 +89,6 @@ include_directories(
${CSYNC_PRIVATE_INCLUDE_DIRS}
)
-find_package(OpenSSL)
FIND_LIBRARY(CRYPTO_LIBRARY NAMES crypto)
add_library(${CSYNC_LIBRARY} SHARED ${csync_SRCS})