mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Refer to the release/0.3 branch instead of release/0.2 for the CMake docs
This commit is contained in:
parent
4733ecc9a7
commit
8556ad0864
4 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint.git
|
||||
GIT_TAG release/0.2
|
||||
GIT_TAG release/0.3
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(Slint)
|
||||
|
|
|
@ -20,7 +20,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint.git
|
||||
GIT_TAG release/0.2
|
||||
GIT_TAG release/0.3
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(Slint)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue