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