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-08-27 19:56:34 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-08-27 19:56:34 +0400
commita2b5596ee10bae51e622164cbdc7396819819f57 (patch)
tree8e0c6acb8875769d7a25e7278fffdf6f4e5b5d3e /cmake
parentdba0332bc060f1b1ebc1720de1405f0b266406e8 (diff)
removed wrong path piece "win"
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 9b0c11e8e..4254ca333 100644
--- a/cmake/modules/FindCsync.cmake
+++ b/cmake/modules/FindCsync.cmake
@@ -6,7 +6,7 @@ ENDIF()
IF(EXISTS "${CMAKE_SOURCE_DIR}/../buildcsync/src/")
IF( WIN32 )
- SET(CSYNC_LIBRARY ${CMAKE_SOURCE_DIR}/../win/buildcsync/src/libcsync.dll)
+ SET(CSYNC_LIBRARY ${CMAKE_SOURCE_DIR}/../buildcsync/src/libcsync.dll)
ELSE( WIN32 )
SET(CSYNC_LIBRARY ${CMAKE_SOURCE_DIR}/../buildcsync/src/libcsync.so)
ENDIF( WIN32 )