Skip to content

Commit

Permalink
fixed: update cmake minimum required version
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Super committed Sep 19, 2023
1 parent 0db7226 commit c8ea54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion example/QCefViewTest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c8ea54b

Please sign in to comment.