mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +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
|
@ -25,7 +25,7 @@ First you need to install the prerequisites:
|
|||
|
||||
* Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started). Once this is done,
|
||||
you should have the ```rustc``` compiler and the ```cargo``` build system installed in your path.
|
||||
* **[cmake](https://cmake.org/download/)** (3.21 or newer)
|
||||
* **[cmake](https://cmake.org/download/)** (3.23 or newer)
|
||||
* A C++ compiler that supports C++20 (e.g., **MSVC 2019 16.6** on Windows)
|
||||
|
||||
You can include Slint in your CMake project using CMake's `FetchContent` feature. Insert the following snippet into your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue