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 <vonreth@kde.org>2020-01-22 14:51:01 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-22 15:29:33 +0300
commit6ed418abd0c7259e181fcad4d59a6ee312cdec58 (patch)
treeef601e1bc421b37de11d6059e4f57295e1d3e581 /CMakeLists.txt
parentd0508e855b70ff8ac757790589ca72992560efd5 (diff)
Remove unused files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 891a07e80..006a8fb22 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -165,8 +165,6 @@ if (NOT DEFINED APPLICATION_ICON_NAME)
set(APPLICATION_ICON_NAME "${APPLICATION_SHORTNAME}")
endif()
-include(OwnCloudCPack.cmake)
-
if( WIN32 )
add_definitions( -D__USE_MINGW_ANSI_STDIO=1 )
add_definitions( -DNOMINMAX )