Commit a79d2d1c authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

Raise cmake_minimum_required to VERSION 3.16 in examples


Pick-to: 6.2
Task-number: QTBUG-95636
Change-Id: Iaded00e0fd274a27aeefb26d8211ce546d278399
Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
parent c44e975b
No related merge requests found
Showing with 1 addition and 1 deletion
# Generated from basic.pro.
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.16)
project(basic LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment