mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
cmake: Bump minimal cmake version to 3.23
This commit is contained in:
parent
a45596b251
commit
52a70b7d89
18 changed files with 19 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue