require-cmake-3.16.patch 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. From 37756e8f0d00309a40f62b59ed2833fee762652d Mon Sep 17 00:00:00 2001
  2. From: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  3. Date: Wed, 25 Aug 2021 12:20:31 +0200
  4. Subject: [PATCH] require cmake 3.16
  5. close #3572
  6. Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  7. ---
  8. CMakeLists.txt | 2 +-
  9. admin/win/tools/CMakeLists.txt | 2 +-
  10. shell_integration/dolphin/CMakeLists.txt | 2 +-
  11. 3 files changed, 3 insertions(+), 3 deletions(-)
  12. diff --git a/CMakeLists.txt b/CMakeLists.txt
  13. index 8e2a63e581..c389ec3ea2 100644
  14. --- a/CMakeLists.txt
  15. +++ b/CMakeLists.txt
  16. @@ -1,4 +1,4 @@
  17. -cmake_minimum_required(VERSION 3.6)
  18. +cmake_minimum_required(VERSION 3.16)
  19. set(CMAKE_CXX_STANDARD 14)
  20. project(client)
  21. diff --git a/admin/win/tools/CMakeLists.txt b/admin/win/tools/CMakeLists.txt
  22. index 934e6b15cf..7117b5b603 100644
  23. --- a/admin/win/tools/CMakeLists.txt
  24. +++ b/admin/win/tools/CMakeLists.txt
  25. @@ -1,4 +1,4 @@
  26. -cmake_minimum_required(VERSION 3.2)
  27. +cmake_minimum_required(VERSION 3.16)
  28. set(CMAKE_CXX_STANDARD 17)
  29. if(CMAKE_SIZEOF_VOID_P MATCHES 4)
  30. diff --git a/shell_integration/dolphin/CMakeLists.txt b/shell_integration/dolphin/CMakeLists.txt
  31. index 60a38e3899..3dbf2dae92 100644
  32. --- a/shell_integration/dolphin/CMakeLists.txt
  33. +++ b/shell_integration/dolphin/CMakeLists.txt
  34. @@ -1,6 +1,6 @@
  35. project(dolphin-owncloud)
  36. -cmake_minimum_required(VERSION 2.8.12)
  37. +cmake_minimum_required(VERSION 3.16)
  38. set(QT_MIN_VERSION "5.15.0")
  39. set(KF5_MIN_VERSION "5.16.0")