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:
authorNicolas Fella <nicolas.fella@gmx.de>2021-04-13 13:39:10 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-08-19 13:30:23 +0300
commit43cccb0a7356f7d4b9e49af505fc40243c93e78c (patch)
treeea78c25ce11daa97960ecea5a3996e457b9b4a4e /CMakeLists.txt
parent3d5d78f7a7ab200425b1433d556ea687d8a16494 (diff)
Don't use variables for CMake target identifiers
This makes the code a bit nicer to read and maybe a bit more robust. Set the relevant OUTPUT_NAME target properties to keep the ability to customize the names of the installed binaries. Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce4807428..315eb8e82 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,9 +42,6 @@ if(NOT CRASHREPORTER_EXECUTABLE)
set(CRASHREPORTER_EXECUTABLE "${APPLICATION_EXECUTABLE}_crash_reporter")
endif()
-set(synclib_NAME "${APPLICATION_EXECUTABLE}sync")
-set(csync_NAME "${APPLICATION_EXECUTABLE}_csync")
-
include(Warnings)
include(${CMAKE_SOURCE_DIR}/VERSION.cmake)