summaryrefslogtreecommitdiffstats
path: root/examples/ifmedia/tuner
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-09-22 09:23:15 +0200
committerDominik Holland <dominik.holland@qt.io>2021-09-22 13:52:01 +0200
commit6bb2f33d2cdd380795cdf12352ba4fd92d8863d2 (patch)
treecf90987aa10500cc8ef864e331d6b7d18715988a /examples/ifmedia/tuner
parentfe874d5625c324e76f2beccb16b8036498c26165 (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples and tests
Pick-to: 6.2 Task-number: QTBUG-95636 Change-Id: I937379606206401a3452b5b409e32e9a85772075 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'examples/ifmedia/tuner')
-rw-r--r--examples/ifmedia/tuner/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ifmedia/tuner/CMakeLists.txt b/examples/ifmedia/tuner/CMakeLists.txt
index 4d534b0c..54a7728a 100644
--- a/examples/ifmedia/tuner/CMakeLists.txt
+++ b/examples/ifmedia/tuner/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from tuner.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(tuner LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)