Update pro2cmake to require CMake 3.16

pro2cmake generated CMakeLists.txt with cmake_minimum_required(3.15.0).
But 3.16 is required now. This patch updates pro2cmake.py accordingly.

Change-Id: I8283e1c4da4d2d36e1d9127cab410c7bfc58830c
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Andreas Buhr 2021-01-22 11:15:10 +01:00
parent 3fc6b45cbb
commit df912d08c3

View File

@ -82,7 +82,7 @@ from helper import (
)
cmake_version_string = "3.15.0"
cmake_version_string = "3.16"
cmake_api_version = 2