summaryrefslogtreecommitdiffstats
path: root/examples/serialport/cwritersync
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-09-20 13:02:48 +0000
commitb39ca129eb55febf663a8df4272910036fc0998d (patch)
tree932aef98652dbcfe9c147b4968a1aa2d01c54cdf /examples/serialport/cwritersync
parent5f4a893ea3c52cdac122f4aa10c495cb5c5d6d47 (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Task-number: QTBUG-95636 Change-Id: I75fad219d1eb8cf90c35f75782ab3cd188e51537 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 7805713d701574d871e35ba50f6e20f97fbab1ab) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/serialport/cwritersync')
-rw-r--r--examples/serialport/cwritersync/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/cwritersync/CMakeLists.txt b/examples/serialport/cwritersync/CMakeLists.txt
index a78140cb..db05236e 100644
--- a/examples/serialport/cwritersync/CMakeLists.txt
+++ b/examples/serialport/cwritersync/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(cwritersync LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)