summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-16 18:14:47 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-08-17 10:12:45 +0200
commit97d092d7fb2a6589e6bcd9d9903fa32307d00aec (patch)
tree1862f220bbc8231ff8d725cd6b0324f6533c064f /examples
parentf906705f99c22dce18dba12551ea0d55b26dc88e (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Pick-to: 6.2 Task-number: QTBUG-95636 Change-Id: I96f9e3af0bdf75d4df9d64361d7d3928518c1fca Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/oauth/redditclient/CMakeLists.txt2
-rw-r--r--examples/oauth/twittertimeline/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/oauth/redditclient/CMakeLists.txt b/examples/oauth/redditclient/CMakeLists.txt
index 63fc1f4..7c0409c 100644
--- a/examples/oauth/redditclient/CMakeLists.txt
+++ b/examples/oauth/redditclient/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from redditclient.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(redditclient LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/oauth/twittertimeline/CMakeLists.txt b/examples/oauth/twittertimeline/CMakeLists.txt
index e4b35d9..bbb4839 100644
--- a/examples/oauth/twittertimeline/CMakeLists.txt
+++ b/examples/oauth/twittertimeline/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from twittertimeline.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(twittertimeline LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)