summaryrefslogtreecommitdiff
path: root/config.tests/alsa
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 16:06:43 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 19:51:01 +0200
commit3d56c36595e253275ed5ce2064861c146b80d672 (patch)
tree9201a99aa8f1fc140749b0024dadcdb71300837a /config.tests/alsa
parentcb4c39b1ac43ad6c6c79d2d046645936ff52bdb4 (diff)
downloadqtmultimedia-3d56c36595e253275ed5ce2064861c146b80d672.tar.gz
CMake: Bump almost all cmake_minimum_required calls to 3.16
Needed for subsequent change that will check and error out if the version is lower than 3.16. We do that to ensure all policies introduced by CMake up to version 3.16 have their behavior set to NEW. Pick-to: 6.2 Task-number: QTBUG-95018 Change-Id: Id82b92f9bd22bde29b30eea4e0e0b2cc23447d13 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'config.tests/alsa')
-rw-r--r--config.tests/alsa/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/alsa/CMakeLists.txt b/config.tests/alsa/CMakeLists.txt
index 784f26854..4d98ed67c 100644
--- a/config.tests/alsa/CMakeLists.txt
+++ b/config.tests/alsa/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from alsa.pro.
-cmake_minimum_required(VERSION 3.14.0)
+cmake_minimum_required(VERSION 3.16)
project(config_test_alsa LANGUAGES C CXX)
foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES})