mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +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
|
@ -15,7 +15,7 @@ target in two steps:
|
|||
A minimal CMake `CMakeLists.txt` file looks like this:
|
||||
|
||||
```cmake
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
cmake_minimum_required(VERSION 3.23)
|
||||
project(my_application LANGUAGES CXX)
|
||||
|
||||
# Note: Use find_package(Slint) instead of the following three commands,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue