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-02-05 15:08:05 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-02-05 15:08:28 +0300
commit59bdda62260f135496df9b902043d06032760931 (patch)
treea22def63f17bf45221edeeb53f165b9fef565199 /csync
parent21345b81f1dcc21c3b0f505df3a98575165d279f (diff)
Require OpenSSL > 1.0.0, remove obsolete dep from csync
Diffstat (limited to 'csync')
-rw-r--r--csync/src/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/csync/src/CMakeLists.txt b/csync/src/CMakeLists.txt
index 2b59c5685..c7d7a381a 100644
--- a/csync/src/CMakeLists.txt
+++ b/csync/src/CMakeLists.txt
@@ -68,7 +68,6 @@ if(USE_NEON)
)
list(APPEND CSYNC_LINK_LIBRARIES
${NEON_LIBRARIES}
- ${CRYPTO_LIBRARY}
)
include_directories(${NEON_INCLUDE_DIRS})
add_definitions(-DUSE_NEON)
@@ -95,8 +94,6 @@ include_directories(
${CSYNC_PRIVATE_INCLUDE_DIRS}
)
-FIND_LIBRARY(CRYPTO_LIBRARY NAMES crypto)
-
add_library(${CSYNC_LIBRARY} SHARED ${csync_SRCS})
#add_library(${CSYNC_LIBRARY}_static STATIC ${csync_SRCS})