mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 13:23:00 +00:00
Make sure the README of cpp still contains a branch and tag that match
The folder was renamed in master, but not in the release tag Fixes #910 Will edit the checklist so we remember to put that back for the release
This commit is contained in:
parent
8273a3e147
commit
ff3ef50896
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ FetchContent_Declare(
|
||||||
SixtyFPS
|
SixtyFPS
|
||||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||||
GIT_TAG v0.1.6
|
GIT_TAG v0.1.6
|
||||||
SOURCE_SUBDIR api/cpp
|
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(SixtyFPS)
|
FetchContent_MakeAvailable(SixtyFPS)
|
||||||
```
|
```
|
||||||
|
|
@ -113,7 +113,7 @@ FetchContent_Declare(
|
||||||
SixtyFPS
|
SixtyFPS
|
||||||
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
|
||||||
GIT_TAG v0.1.6
|
GIT_TAG v0.1.6
|
||||||
SOURCE_SUBDIR api/cpp
|
SOURCE_SUBDIR api/sixtyfps-cpp
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(SixtyFPS)
|
FetchContent_MakeAvailable(SixtyFPS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue