summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-16 18:14:48 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-17 08:39:13 +0000
commitad5b98dddc067db2ed8d024b0219f059379fe53b (patch)
tree9950d1a95b1085cd5ec39d7405e207ed9282568b
parentef15c045255390c6db5b5710b45ed96ff65f1d54 (diff)
downloadqtwebchannel-ad5b98dddc067db2ed8d024b0219f059379fe53b.tar.gz
Raise cmake_minimum_required to VERSION 3.16 in examples
Task-number: QTBUG-95636 Change-Id: I821f412f9dbe11ae99ffd888a7ab2ba415ed9379 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 87a9fb2887bbaee76c5b7ae81fd9d3eb2b3b49a4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/webchannel/chatserver-cpp/CMakeLists.txt2
-rw-r--r--examples/webchannel/standalone/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/webchannel/chatserver-cpp/CMakeLists.txt b/examples/webchannel/chatserver-cpp/CMakeLists.txt
index 0bb0c6a..501f10f 100644
--- a/examples/webchannel/chatserver-cpp/CMakeLists.txt
+++ b/examples/webchannel/chatserver-cpp/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from chatserver-cpp.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(chatserver LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/webchannel/standalone/CMakeLists.txt b/examples/webchannel/standalone/CMakeLists.txt
index ff085c5..420f06e 100644
--- a/examples/webchannel/standalone/CMakeLists.txt
+++ b/examples/webchannel/standalone/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from standalone.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(standalone LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)