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 /NextcloudCPack.cmake
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 'NextcloudCPack.cmake')
-rw-r--r--NextcloudCPack.cmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/NextcloudCPack.cmake b/NextcloudCPack.cmake
index 2edb205e1..0682090c0 100644
--- a/NextcloudCPack.cmake
+++ b/NextcloudCPack.cmake
@@ -2,11 +2,7 @@ include( InstallRequiredSystemLibraries )
set( CPACK_PACKAGE_CONTACT "Dominik Schmidt <domme@tomahawk-player.org>" )
-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")
include( VERSION.cmake )
set( CPACK_PACKAGE_VERSION_MAJOR ${MIRALL_VERSION_MAJOR} )