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/cmake
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2012-10-02 15:24:10 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-10-02 15:24:10 +0400
commitfabb353158ac1e4ff0e6ae3cb936d5025b16c2d0 (patch)
tree2e6998a0cf590c8205bcc4b92ff922edd85deee0 /cmake
parent9ce10e7fe7822523c82b33ea3f482978698c9ad7 (diff)
Use Qt proxy setting in csync in case its "default proxy"
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindCsync.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindCsync.cmake b/cmake/modules/FindCsync.cmake
index 3e0868d3a..f55cc1e1a 100644
--- a/cmake/modules/FindCsync.cmake
+++ b/cmake/modules/FindCsync.cmake
@@ -11,7 +11,7 @@ IF(EXISTS "${CMAKE_SOURCE_DIR}/../buildcsync/src/")
SET(CSYNC_LIBRARY ${CMAKE_SOURCE_DIR}/../buildcsync/src/libocsync.so)
ENDIF( WIN32 )
ELSE()
- FIND_LIBRARY(CSYNC_LIBRARY NAMES csync HINTS $ENV{CSYNC_DIR})
+ FIND_LIBRARY(CSYNC_LIBRARY NAMES ocsync HINTS $ENV{CSYNC_DIR})
ENDIF()
SET(CSYNC_INCLUDE_DIR ${CSYNC_INCLUDE_PATH})