cmake: Bump minimal cmake version to 3.23

This commit is contained in:
Tobias Hunger 2023-03-08 09:53:54 +01:00 committed by Tobias Hunger
parent a45596b251
commit 52a70b7d89
18 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.23)
project(slint_cpp_carousel LANGUAGES CXX)
if (NOT TARGET Slint::Slint)