coconil-cmake-version-3.22.patch 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. From afb95e9e995366874845f021d4fb7dd9d7d2fdd1 Mon Sep 17 00:00:00 2001
  2. From: zinface <[email protected]>
  3. Date: Thu, 2 Feb 2023 14:47:56 +0800
  4. Subject: [PATCH] =?UTF-8?q?cmake-version:=20=E5=B0=86=E7=89=88=E6=9C=AC?=
  5. =?UTF-8?q?=E9=99=8D=E5=88=B0=203.22=20=E4=BB=A5=E9=80=82=E7=94=A8?=
  6. =?UTF-8?q?=E4=BA=8E=20cmake=20=E6=9E=84=E5=BB=BA?=
  7. MIME-Version: 1.0
  8. Content-Type: text/plain; charset=UTF-8
  9. Content-Transfer-Encoding: 8bit
  10. ---
  11. CMakeLists.txt | 2 +-
  12. src/qscint/CMakeLists.txt | 2 +-
  13. 2 files changed, 2 insertions(+), 2 deletions(-)
  14. diff --git a/CMakeLists.txt b/CMakeLists.txt
  15. index fed2a51..dc957c3 100644
  16. --- a/CMakeLists.txt
  17. +++ b/CMakeLists.txt
  18. @@ -1,4 +1,4 @@
  19. -cmake_minimum_required(VERSION 3.24)
  20. +cmake_minimum_required(VERSION 3.22)
  21. project(notepad-- VERSION 1.22.0)
  22. set(CMAKE_AUTOMOC ON)
  23. diff --git a/src/qscint/CMakeLists.txt b/src/qscint/CMakeLists.txt
  24. index f132dc6..77f02f2 100644
  25. --- a/src/qscint/CMakeLists.txt
  26. +++ b/src/qscint/CMakeLists.txt
  27. @@ -1,4 +1,4 @@
  28. -cmake_minimum_required(VERSION 3.24)
  29. +cmake_minimum_required(VERSION 3.22)
  30. project(qscint CXX)
  31. set(CMAKE_AUTOMOC ON)
  32. --
  33. 2.20.1