From c8ea54bdbc1feef5de4d078badf2514df578c59d Mon Sep 17 00:00:00 2001 From: L-Super <120311070@qq.com> Date: Tue, 19 Sep 2023 11:49:58 +0800 Subject: [PATCH] fixed: update cmake minimum required version --- CMakeLists.txt | 2 +- example/QCefViewTest/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fa4ae79..b8a67aab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # # The main config file for QCefView # -cmake_minimum_required(VERSION 3.9.1) +cmake_minimum_required(VERSION 3.18) project(QCefView) option(BUILD_DEMO "Build the demo" OFF) diff --git a/example/QCefViewTest/CMakeLists.txt b/example/QCefViewTest/CMakeLists.txt index da94ccbf..4ef22215 100644 --- a/example/QCefViewTest/CMakeLists.txt +++ b/example/QCefViewTest/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4.1) +cmake_minimum_required(VERSION 3.18) project(QCefViewTest) set(CMAKE_INCLUDE_CURRENT_DIR ON)