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>2014-01-24 15:03:31 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-01-24 15:03:31 +0400
commit8fd881a176f8aa3ce6371e2eda3cd5aed6109461 (patch)
treee78394447edac2543609ec46d1b15d7ff585f78c /CPackOptions.cmake.in
parent42f5aa072d72a9911362d3810acceb8337a93e85 (diff)
Remove obsolete CPack Options
Diffstat (limited to 'CPackOptions.cmake.in')
-rw-r--r--CPackOptions.cmake.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/CPackOptions.cmake.in b/CPackOptions.cmake.in
index 22e95e136..494a1694f 100644
--- a/CPackOptions.cmake.in
+++ b/CPackOptions.cmake.in
@@ -7,8 +7,6 @@ if(CPACK_GENERATOR MATCHES "NSIS")
SET( CPACK_NSIS_COMPRESSOR "/SOLID lzma" ) # The arguments that will be passed to the NSIS SetCompressor command. /SOLID lzma
endif(CPACK_GENERATOR MATCHES "NSIS")
-set( CMAKE_SOURCE_DIR @CMAKE_SOURCE_DIR@ )
-set( CMAKE_BINARY_DIR @CMAKE_BINARY_DIR@ )
set( OEM_THEME_DIR @OEM_THEME_DIR@ )
if ( DEFINED OEM_THEME_DIR AND EXISTS ${OEM_THEME_DIR}/OEM.cmake )
@@ -17,15 +15,6 @@ else ()
include ( "${CMAKE_SOURCE_DIR}/OWNCLOUD.cmake" )
endif()
-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_CONFIG_DIR "${CSYNC_BINARY_DIR}/config" )
-else()
- set( CSYNC_LIBRARY_DIR "${MINGW_ROOT}/bin" )
- set( CSYNC_CONFIG_DIR "${MINGW_ROOT}/etc/ocsync" )
-endif()
set( BUILD_OWNCLOUD_OSX_BUNDLE @BUILD_OWNCLOUD_OSX_BUNDLE@)
if(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
message( FATAL_ERROR "You're trying to build a bundle although you haven't built mirall in bundle mode.\n Add -DBUILD_OWNCLOUD_OSX_BUNDLE=ON")