mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-25 22:01:41 +00:00
Point C++ users to the new release/0.2 branch
That way version upgrades to new patch release become easier.
This commit is contained in:
parent
cfe2bc1329
commit
b34f733716
4 changed files with 5 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint.git
|
||||
GIT_TAG v0.2.1
|
||||
GIT_TAG release/0.2
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(Slint)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue