Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-06-02 18:13:40 +0300
committerFelix Weilbach (Rebase PR Action) <felix.weilbach@t-online.de>2021-06-14 13:14:28 +0300
commite7c65a71b8f157385ad89e1ce700745f616ee1b9 (patch)
tree24797eee1e35050e535710294b5731f2d1f44dc2 /CPackOptions.cmake.in
parentec521e1d4c657cf251c9d783b0383f5302267345 (diff)
Remove conditional logic for OEM.cmake
This file is not used in Brander and in the desktop client and just confused people. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'CPackOptions.cmake.in')
-rw-r--r--CPackOptions.cmake.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/CPackOptions.cmake.in b/CPackOptions.cmake.in
index 535421ad4..109af43d2 100644
--- a/CPackOptions.cmake.in
+++ b/CPackOptions.cmake.in
@@ -9,13 +9,8 @@ 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 )
- include ( ${OEM_THEME_DIR}/OEM.cmake )
-else ()
- include ( "${CMAKE_SOURCE_DIR}/NEXTCLOUD.cmake" )
-endif()
+include("${CMAKE_SOURCE_DIR}/NEXTCLOUD.cmake")
set( CRASHREPORTER_EXECUTABLE @CRASHREPORTER_EXECUTABLE@)