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>2013-11-14 22:25:22 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-11-14 22:26:09 +0400
commit63188667bbe81eab1fed20df03965bd8ceb16612 (patch)
treebedb081557195e9e984b9556adf75022135fae1f /CPackOptions.cmake.in
parentc2eaf5e627057b3c424dc9be8a670da4af7fd4a0 (diff)
CMake: Remove cmake module
Diffstat (limited to 'CPackOptions.cmake.in')
-rw-r--r--CPackOptions.cmake.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/CPackOptions.cmake.in b/CPackOptions.cmake.in
index 1c884b7ae..22e95e136 100644
--- a/CPackOptions.cmake.in
+++ b/CPackOptions.cmake.in
@@ -21,11 +21,9 @@ set( CSYNC_BINARY_DIR @CSYNC_BINARY_DIR@ )
set( MINGW_ROOT @CMAKE_FIND_ROOT_PATH@ )
if(CSYNC_BINARY_DIR)
set( CSYNC_LIBRARY_DIR "${CSYNC_BINARY_DIR}/src" )
- set( CSYNC_PLUGIN_DIR "${CSYNC_BINARY_DIR}/modules" )
set( CSYNC_CONFIG_DIR "${CSYNC_BINARY_DIR}/config" )
else()
set( CSYNC_LIBRARY_DIR "${MINGW_ROOT}/bin" )
- set( CSYNC_PLUGIN_DIR "${MINGW_ROOT}/plugins-0" ) #FIXME: whatever it is
set( CSYNC_CONFIG_DIR "${MINGW_ROOT}/etc/ocsync" )
endif()
set( BUILD_OWNCLOUD_OSX_BUNDLE @BUILD_OWNCLOUD_OSX_BUNDLE@)