summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/texturesurface
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-16 18:14:47 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-17 12:19:21 +0000
commit21eff774eb20dc67aebda28e25b50eb4219e3d6c (patch)
tree55ac836f924794f871f7f28f23bb23a2fd355dd2 /examples/datavisualization/texturesurface
parentd890c7fe153f7cdec578ed8e3dbd85f123f8b454 (diff)
Raise cmake_minimum_required to VERSION 3.16 in examples
Task-number: QTBUG-95636 Change-Id: I2ae5ba6164cb5ed450c8924d484d30167461c10d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 13dc4f0b13d7c0fcbe736accdd21c7c229958c50) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/datavisualization/texturesurface')
-rw-r--r--examples/datavisualization/texturesurface/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/datavisualization/texturesurface/CMakeLists.txt b/examples/datavisualization/texturesurface/CMakeLists.txt
index ac8c7ed9..5da2e03e 100644
--- a/examples/datavisualization/texturesurface/CMakeLists.txt
+++ b/examples/datavisualization/texturesurface/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(texturesurface LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)