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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-06-02 12:19:43 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-02 13:40:18 +0300
commite8ddd54e03617452950b47ff684eee1fa74a0228 (patch)
tree8b4b120b163c6283fd043a67d4e14a2b68568ec0 /CMakeLists.txt
parent4765998c6c7f9eea0bd10907caa98d564ac49d74 (diff)
Cleanup the data location handling
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb713723f..488bfe392 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,11 +86,6 @@ endif()
message(STATUS "GIT_SHA1 ${GIT_SHA1}")
set(SYSCONFDIR ${SYSCONF_INSTALL_DIR})
-set(DATADIR ${DATA_INSTALL_DIR})
-if(WIN32)
-set(DATADIR "share")
-endif(WIN32)
-set(SHAREDIR ${DATADIR})
# this option removes Http authentication, keychain, shibboleth etc and is intended for
# external authentication mechanisms