Skip to content

Commit

Permalink
Merge pull request #3714 from nextcloud/ci/bumpCmakeVersionRequirement
Browse files Browse the repository at this point in the history
require cmake 3.16
  • Loading branch information
claucambra authored Mar 9, 2022
2 parents 4e5ef72 + 75bcc9a commit 8ebdd5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.16)
set(CMAKE_CXX_STANDARD 14)
cmake_policy(SET CMP0071 NEW) # Enable use of QtQuick compiler/generated code

Expand Down
2 changes: 1 addition & 1 deletion admin/win/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.16)
set(CMAKE_CXX_STANDARD 17)

if(CMAKE_SIZEOF_VOID_P MATCHES 4)
Expand Down
2 changes: 1 addition & 1 deletion shell_integration/dolphin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(dolphin-owncloud)

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.16)

set(QT_MIN_VERSION "5.15.0")
set(KF5_MIN_VERSION "5.16.0")
Expand Down

0 comments on commit 8ebdd5b

Please sign in to comment.