Refer to the release/0.3 branch instead of release/0.2 for the CMake docs

This commit is contained in:
Simon Hausmann 2022-09-14 15:45:16 +02:00
parent 4733ecc9a7
commit 8556ad0864
4 changed files with 5 additions and 5 deletions

View file

@ -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)

View file

@ -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)