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.
Task-number: QTBUG-95018
Change-Id: Ide716d1d11dffd18d43c5eb67d41699ef986d138
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
(cherry picked from commit f3a43f120b
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
6ea1cac816
commit
307fe97d3c
|
@ -1,6 +1,6 @@
|
|||
# Generated from qtimageformats.pro.
|
||||
|
||||
cmake_minimum_required(VERSION 3.15.0)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include(.cmake.conf)
|
||||
project(QtImageFormats # special case
|
||||
|
|
Loading…
Reference in New Issue