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
path: root/admin
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 /admin
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 'admin')
-rw-r--r--admin/osx/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/osx/CMakeLists.txt b/admin/osx/CMakeLists.txt
index 67229c4e9..ba818684f 100644
--- a/admin/osx/CMakeLists.txt
+++ b/admin/osx/CMakeLists.txt
@@ -1,7 +1,5 @@
-# Check if varialbe MAC_INSTALLER_BACKGROUND_FILE is defined. That might come
-# from the OEM.cmake for branded clients or from NEXTCLOUD.cmake for the non
-# branded client.
+# Check if varialbe MAC_INSTALLER_BACKGROUND_FILE is defined.
# Make sure that the MAC_INSTALLER_BACKGROUND_FILE contains the full path, ie.
# includes CMAKE_SOURCE_DIR or so.