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:
authorOlivier Goffart <ogoffart@woboq.com>2013-11-15 13:20:12 +0400
committerOlivier Goffart <ogoffart@woboq.com>2013-11-15 13:20:12 +0400
commitb610dd2754ea72d75b6a9208dd1a178ba6b5975d (patch)
treeab02a13906339ec7aefea0830361ad61d2125b1e /CPackOptions.cmake.in
parentb3972a5ba8178dd175f0bb4d295061686e64345c (diff)
Revert "Partial revert of "CMake: Remove cmake module""
That patch reverted the oposite of what it should have reverted :-) This reverts commit b22ef9f8fa6246b0faade7774679b6e69606cba4.
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@)