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:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-08-25 13:20:31 +0300
committerClaudio Cambra (Rebase PR Action) <claudio.cambra@gmail.com>2022-03-09 16:07:48 +0300
commit75bcc9a24e68264844c198535ed9ff66affc9b0f (patch)
tree559c8e1d84709d590737726a963ca2c583504a24 /shell_integration
parent4e5ef728bc9093447dd1c41d0d4d5035922d6b36 (diff)
require cmake 3.16
close #3572 Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/dolphin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_integration/dolphin/CMakeLists.txt b/shell_integration/dolphin/CMakeLists.txt
index 76b6f6ea9..1642c80d7 100644
--- a/shell_integration/dolphin/CMakeLists.txt
+++ b/shell_integration/dolphin/CMakeLists.txt
@@ -1,6 +1,6 @@
project(dolphin-owncloud)
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.16)
set(QT_MIN_VERSION "5.15.0")
set(KF5_MIN_VERSION "5.16.0")