summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/pingpong
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 13:47:58 +0200
commitdd9e9b572292e6191dcc9e7da7d4df0eae713361 (patch)
tree719be62d17b4b0618c440d40d134817c12c5280b /examples/bluetooth/pingpong
parent17c0675cd9b775864a15a9bde928525543b00053 (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Pick-to: 6.2 Task-number: QTBUG-95636 Change-Id: I2ae5ba6164cb5ed450c8924d484d30167461c10d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/bluetooth/pingpong')
-rw-r--r--examples/bluetooth/pingpong/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/pingpong/CMakeLists.txt b/examples/bluetooth/pingpong/CMakeLists.txt
index 12d49bba..c406ab3f 100644
--- a/examples/bluetooth/pingpong/CMakeLists.txt
+++ b/examples/bluetooth/pingpong/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(btpingpong LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)